Skip to content

Commit

Permalink
feat: more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
simodrws committed Sep 22, 2023
1 parent 13ce93f commit e67c223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/components/modals/gallery/index.ts
@@ -1 +1,2 @@
export * from './Gallery';
export * from './useTabs';
2 changes: 2 additions & 0 deletions src/ui/components/modals/index.tsx
Expand Up @@ -2,3 +2,5 @@ export * from './authenticate';
export * from './create-soulname';
export * from './gallery';
export * from './modal';
export * from './ModalError';
export * from './ModalLoading';

0 comments on commit e67c223

Please sign in to comment.