MR4 / src /components /organisms /index.ts
Bromeo777's picture
Create index.ts
20b8907 unverified
/**
* Organisms Barrel Export
* Aggregates complex UI blocks for standardized usage in Templates and Pages.
*/
export * from "./Sidebar";
export * from "./Header";
export * from "./PaperGrid";