Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Dec 2, 2023
1 parent 49524ad commit 915c0c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/Layout/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export {Col} from './Col.tsx';
export {Row} from './Row.tsx';
export {Container} from './Container.tsx';
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export {Counter} from './CounterDemo';
export {Provider} from './Provider';
export {Col, Row, Container} from './Layout';

0 comments on commit 915c0c0

Please sign in to comment.