Skip to content

Commit

Permalink
fix: export stats tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold committed Dec 12, 2022
1 parent 81c56ea commit 27dc812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/octuple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import { Spinner, SpinnerSize } from './components/Spinner';

import { Stack } from './components/Stack';

import { Tabs, Tab, TabVariant } from './components/Tabs';
import { Stat, Tabs, Tab, TabVariant } from './components/Tabs';

import TimePicker from './components/DateTimePicker/TimePicker/TimePicker';

Expand Down Expand Up @@ -269,6 +269,7 @@ export {
Spinner,
SpinnerSize,
Stack,
Stat,
SystemUIButton,
Table,
TablePaginationConfig,
Expand Down

0 comments on commit 27dc812

Please sign in to comment.