Skip to content

Commit 100856f

Browse files
committed
feat(components): add barrel export for common components
1 parent 0c4cdea commit 100856f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/common/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export { default as LoadingPage } from './LoadingPage';
2+
export { default as NoResults } from './NoResults';
3+
export { default as OfflineNotice } from './OfflineNotice';

0 commit comments

Comments
 (0)