feat(ui): set up Atomic Design structure with Tailwind v4

This commit is contained in:
2026-04-06 14:56:16 +02:00
parent d13f7d166e
commit ec08eb1d74
9 changed files with 76 additions and 4 deletions

View File

@@ -1,2 +1,5 @@
// @repo/ui — shadcn/ui + Atomic Design component library
export {};
export { cn } from "./lib/utils.js";
export * from "./atoms/index.js";
export * from "./molecules/index.js";
export * from "./organisms/index.js";
export * from "./templates/index.js";