Skip to content

Commit

Permalink
export FronteggAppRouterAsync to be imported by '@frontegg/nextjs/app'
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Oct 22, 2024
1 parent 6701674 commit 5b31388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/src/app/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { FronteggAppProvider } from './FronteggAppProvider';
export type { FronteggAppProviderProps } from './FronteggAppProvider';
export { FronteggAppRouter } from './FronteggAppRouter';
export { FronteggAppRouter, FronteggAppRouterAsync } from './FronteggAppRouter';

export { getAppSession, getAppUserSession, getAppUserTokens } from './helpers';

0 comments on commit 5b31388

Please sign in to comment.