Skip to content

Commit

Permalink
feat: export component
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasdano committed Oct 12, 2023
1 parent 37beda1 commit e7c14bb
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
Expand Up @@ -88,6 +88,8 @@ export { default as Switch } from './components/Switch';
export * from './components/Switch';
export { default as Table } from './components/Table';
export * from './components/Table';
export { default as Tag } from './components/Tag';
export * from './components/Tag';
export { default as TextField } from './components/TextField';
export * from './components/TextField';
export { default as SearchField } from './components/SearchField';
Expand Down

0 comments on commit e7c14bb

Please sign in to comment.