Bromeo777 commited on
Commit
20b8907
·
unverified ·
1 Parent(s): cb89799

Create index.ts

Browse files
Files changed (1) hide show
  1. src/components/organisms/index.ts +8 -0
src/components/organisms/index.ts ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Organisms Barrel Export
3
+ * Aggregates complex UI blocks for standardized usage in Templates and Pages.
4
+ */
5
+
6
+ export * from "./Sidebar";
7
+ export * from "./Header";
8
+ export * from "./PaperGrid";