Files
bakery-ia/frontend/src/pages/public/index.ts

3 lines
165 B
TypeScript
Raw Normal View History

2025-08-28 10:41:04 +02:00
export { default as LandingPage } from './LandingPage';
export { default as LoginPage } from './LoginPage';
export { default as RegisterPage } from './RegisterPage';