MR4 / src /components /molecules /index.ts
Bromeo777's picture
Create index.ts
2f0d566 unverified
/**
* Molecules Barrel Export
* Aggregates all molecules for standardized, high-level imports.
*/
export * from "./SearchBar";
export * from "./PaperCard";
export * from "./FilterChips";
export * from "./StatCard";
export * from "./LogoUploader";
export * from "./NotificationItem";