Skip to content

Commit 055a4f5

Browse files
committed
fix: export 'getDefaultSeedlessOnboardingControllerState'
1 parent ddbcf04 commit 055a4f5

File tree

1 file changed

+4
-1
lines changed
  • packages/seedless-onboarding-controller/src

1 file changed

+4
-1
lines changed

packages/seedless-onboarding-controller/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
export { SeedlessOnboardingController } from './SeedlessOnboardingController';
1+
export {
2+
SeedlessOnboardingController,
3+
getDefaultSeedlessOnboardingControllerState,
4+
} from './SeedlessOnboardingController';
25
export type {
36
AuthenticatedUserDetails,
47
SeedlessOnboardingControllerState,

0 commit comments

Comments
 (0)