aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/ui/index.ts
blob: 7cfee24910c818341811b985842a59ea36359f45 (plain) (blame)
1
2
3
4
5
6
7
export { Text, Title } from './text';
export { Button } from './button';
export { Flex } from './flex';
export { Container } from './container';
export { Input } from './input';
export { Icon } from './icon';
export { Spinner } from './spinner';