feat(ui): set up Atomic Design structure with Tailwind v4
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user