Files
fintrack/components/layout/index.ts

4 lines
136 B
TypeScript

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