Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 0bda3e9

Browse files
committed
updated exports
1 parent 3251c08 commit 0bda3e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export Row from './components/Row';
2-
export Column from './components/Column';
3-
export ScreenSize from './components/ScreenSize';
1+
export { default as Row } from './components/Row';
2+
export { default as Column } from './components/Column';
3+
export { default as ScreenSize } from './lib/ScreenSize';

0 commit comments

Comments
 (0)