Files
Work/Frontend/src/components/app-shell/data/shell.data.ts
T
2026-06-29 03:06:18 +01:00

7 lines
200 B
TypeScript

// Path: Frontend/src/components/app-shell/data/shell.data.ts
export * from "./shell.types";
export * from "./shell.registry";
export * from "./shell.scaffold";
export * from "./shell.context-menu";