We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e7102 commit 0b94898Copy full SHA for 0b94898
packages/nextjs/src/client/index.ts
@@ -19,6 +19,9 @@
19
export {default as useAsgardeo} from './contexts/Asgardeo/useAsgardeo';
20
export * from './contexts/Asgardeo/useAsgardeo';
21
22
+export {default as Organization} from './components/presentation/Organization/Organization';
23
+export {OrganizationProps} from './components/presentation/Organization/Organization';
24
+
25
export {default as CreateOrganization} from './components/presentation/CreateOrganization/CreateOrganization';
26
export {CreateOrganizationProps} from './components/presentation/CreateOrganization/CreateOrganization';
27
0 commit comments