Skip to content

Commit ff429f8

Browse files
committed
fix(deployment-issue): Fixed the broken deployment issues.
1 parent ad42fa2 commit ff429f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/module/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export * from './InvalidObject';
3030
export { default as NotAuthorized } from './NotAuthorized';
3131
export * from './NotAuthorized';
3232

33+
export { default as NotFoundIcon } from './NotFoundIcon';
34+
export * from './NotFoundIcon';
35+
3336
export { default as SkeletonTable } from './SkeletonTable';
3437
export * from './SkeletonTable';
3538

0 commit comments

Comments
 (0)