chore: Update name

This commit is contained in:
BluJ
2023-05-09 14:10:02 -06:00
parent ba3527fc45
commit 0c187079de
5 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import { StartSDK } from "../StartSdk"
import { StartSdk } from "../StartSdk"
export type Manifest = any
export const sdk = StartSDK.of()
export const sdk = StartSdk.of()
.withManifest<Manifest>()
.withStore<{ storeRoot: { storeLeaf: "value" } }>()
.build()