Skip to content

Commit e25a992

Browse files
committed
fix
1 parent b8acfae commit e25a992

File tree

1 file changed

+6
-0
lines changed
  • packages/oidc-http-server-pages/src

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
export { generateStaticPagesModule } from './create-static-pages';
2+
export {
3+
OIDCPageBaseProps,
4+
OIDCAcceptedPage,
5+
OIDCNotFoundPage,
6+
OIDCErrorPage,
7+
} from './static-pages';

0 commit comments

Comments
 (0)