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