Files
scrummie-poker/src/components/index.ts
2024-10-06 16:52:39 +03:00

5 lines
117 B
TypeScript

import Input from './Input';
import Button, { ButtonColor } from './Button';
export { Input, Button, ButtonColor };