mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
7 lines
409 B
TypeScript
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";
|