7 lines
200 B
TypeScript
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";
|