Skip to content

Commit

Permalink
Merge pull request #15 from Lucky-pear/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yjb94 authored Sep 11, 2020
2 parents 163af32 + a6e835a commit 65be075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { withTheme } from '../hoc/withTheme'

import { default as TextComponent } from './Text'
import { default as ButtonComponent } from './Button'

export const Text = withTheme(TextComponent);
export const Button = withTheme(ButtonComponent);
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { Text } from './components';
export { Text, Button } from './components';

0 comments on commit 65be075

Please sign in to comment.