10 lines
206 B
TypeScript
10 lines
206 B
TypeScript
/**
|
|
* Layout Components
|
|
* @description Exports for layout-related components
|
|
*/
|
|
|
|
export { RootLayout } from './root-layout';
|
|
export { Header } from './header';
|
|
export { ChatAgent } from './chat-agent';
|
|
|