Skip to content

Commit 04905b1

Browse files
committed
fix: export SessionStorage
1 parent 908cc9f commit 04905b1

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

File renamed without changes.

packages/mini-app/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export * as Events from './Events.ts'
33
export * as BackButton from './modules/BackButton.ts'
44
export * as Haptic from './modules/Haptic.ts'
55
export * as SettingsButton from './modules/SettingsButton.ts'
6+
export * as SessionStorage from './SessionStorage.ts'

packages/mini-app/src/modules/BackButton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Bridge } from '../Bridge.ts'
2-
import type { StoredState } from '../internal/SessionStorage.ts'
2+
import type { StoredState } from '../SessionStorage.ts'
33
import { Store } from '@tanstack/store'
44

55
/**

packages/mini-app/src/modules/SettingsButton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Bridge } from '../Bridge.ts'
2-
import type { StoredState } from '../internal/SessionStorage.ts'
2+
import type { StoredState } from '../SessionStorage.ts'
33
import { Store } from '@tanstack/store'
44

55
/**

0 commit comments

Comments
 (0)