Files
fintrack/components/layout/index.ts

5 lines
137 B
TypeScript

export { PageLayout } from "./page-layout";
export { LoadingState } from "./loading-state";
export { PageHeader } from "./page-header";