- Move all frontend code to frontend/ directory - Add backend/ with Go project structure (cmd, internal, pkg) - Add docker-compose.yml for orchestration
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
export { Button } from './Button';
|
|
export { Card } from './Card';
|
|
export { Modal } from './Modal';
|
|
export { Input } from './Input';
|
|
export { Select } from './Select';
|