refactor: complete application rewrite with modern UI
This commit is contained in:
16
src/components/ui/index.ts
Normal file
16
src/components/ui/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export { Button } from './Button';
|
||||
export type { ButtonVariant, ButtonSize } from './Button';
|
||||
|
||||
export { Input } from './Input';
|
||||
|
||||
export { Card, CardHeader, CardBody, CardFooter } from './Card';
|
||||
|
||||
export { Select } from './Select';
|
||||
|
||||
export { Badge } from './Badge';
|
||||
export type { BadgeVariant } from './Badge';
|
||||
|
||||
export { Tabs, TabPanel } from './Tabs';
|
||||
export type { Tab } from './Tabs';
|
||||
|
||||
export { CodeBlock } from './CodeBlock';
|
||||
Reference in New Issue
Block a user