Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gomes042 committed Nov 10, 2022
1 parent 14c7804 commit 159aee8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import makeStyleFrom from './makeStyleFrom';

// Components
import _Text from './components/Text';
import _View from './components/View';

export {makeStyleFrom, _Text as Text};
export {makeStyleFrom, _Text as Text, _View as View};

0 comments on commit 159aee8

Please sign in to comment.