Files
edr-platform/apps/edr-freight-web/backoffice/src/components/layout/index.ts

7 lines
409 B
TypeScript

export { default as FreightDashboardLayout } from "./FreightDashboardLayout";
export type { FreightDashboardLayoutProps } from "./FreightDashboardLayout";
export { default as FreightSidebar } from "./FreightSidebar";
export { default as FreightDashboardHeader } from "./FreightDashboardHeader";
export { getPageMeta } from "./route-meta";
export type { SidebarItem, SidebarSection, PageMeta } from "./types";