7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
/**
|
|
* Pages Export
|
|
*/
|
|
|
|
export { DashboardPage } from './Dashboard';
|
|
export { SettingsPage } from './Settings';
|
|
export { FeatureViewPage } from './FeatureView';
|