Skip to content

Commit

Permalink
fix(experimental): add exports (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: Lena Rashkovan <[email protected]>
  • Loading branch information
alatielle and Lena Rashkovan authored Sep 27, 2024
1 parent 5fccc6f commit 193f998
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/experimental/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
export { Button } from './Button/Button';
export { Calendar } from './Calendar/Calendar';
export { Chip } from './Chip/Chip';
export { DateField } from './DateField/DateField';
export { DatePicker } from './DatePicker/DatePicker';
export { Label } from './Label/Label';
export { Popover } from './Popover/Popover';
export { Text } from './Text/Text';
export { TextField } from './TextField/TextField';
export { TimeField } from './TimeField/TimeField';
export * from '../../icons/experimental';

0 comments on commit 193f998

Please sign in to comment.