5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
// Export page data and utilities
|
|
export * from './pages';
|
|
|
|
// Re-export the page interface
|
|
export * from '../pageInterface';
|