Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
fix: export Table component
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 committed Jul 13, 2022
1 parent 78e9f4f commit 96dfe58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Select, SelectProps } from './Select/Select';
import { Selector, SelectorProps } from './Selector/Selector';
import { Spinner, SpinnerProps } from './Spinner/Spinner';
import { Tab, TabProps } from './Tab/Tab';
import { Table, TableProps } from './Table/Table';
import { Tabs, TabsProps } from './Tabs/Tabs';
import { TextField, TextFieldProps } from './TextField/TextField';

Expand All @@ -46,6 +47,7 @@ export {
Selector,
Spinner,
Tab,
Table,
Tabs,
TextField,
TransactionDialogContextProvider,
Expand All @@ -69,6 +71,7 @@ export type {
SelectorProps,
SelectProps,
SpinnerProps,
TableProps,
TabProps,
TabsProps,
TextFieldProps,
Expand Down

0 comments on commit 96dfe58

Please sign in to comment.