Skip to content

Commit

Permalink
Exports the default options
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko authored and kettanaito committed Oct 26, 2019
1 parent 6a40da7 commit b57744d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Layout from './Layout'
export default Layout

export { default as defaultOptions } from '@const/defaultOptions'

/* Components */
export { default as Box } from '@components/Box'
export { default as Composition } from '@components/Composition'
Expand Down

0 comments on commit b57744d

Please sign in to comment.