File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ export * from './Container'
2
+ export * from './Image'
3
+ export * from './LoginButton'
4
+ export * from './Text'
Original file line number Diff line number Diff line change 1
- import { Image } from './atoms/Image'
2
- import { LoginButton } from './atoms/LoginButton'
3
-
4
- export default { LoginButton, Image }
1
+ export * as atoms from './atoms'
2
+ export * as molecules from './molecules'
Original file line number Diff line number Diff line change
1
+ export * from './Mailto'
Original file line number Diff line number Diff line change 1
- import { Image } from './components/atoms/Image'
2
- import { LoginButton } from './components/atoms/LoginButton'
3
- import { Text } from './components/atoms/Text'
1
+ import * as components from './components'
4
2
5
- export default { Image , LoginButton , Text }
3
+ export default components
You can’t perform that action at this time.
0 commit comments