9 lines
254 B
TypeScript
9 lines
254 B
TypeScript
/**
|
|
* Loading Skeleton Molecules
|
|
* Generic, reusable loading skeleton components for common UI patterns.
|
|
*/
|
|
|
|
export { LoadingCard } from "./loading-card";
|
|
export { LoadingTable } from "./loading-table";
|
|
export { LoadingStats } from "./loading-stats";
|