Files
bakery-ia/frontend/src/pages/public/index.ts
2025-10-17 18:14:28 +02:00

15 lines
897 B
TypeScript

export { default as LandingPage } from './LandingPage';
export { default as LoginPage } from './LoginPage';
export { default as RegisterPage } from './RegisterPage';
export { default as DemoPage } from './DemoPage';
export { default as PrivacyPolicyPage } from './PrivacyPolicyPage';
export { default as TermsOfServicePage } from './TermsOfServicePage';
export { default as CookiePolicyPage } from './CookiePolicyPage';
export { default as CookiePreferencesPage } from './CookiePreferencesPage';
export { default as BlogPage } from './BlogPage';
export { default as AboutPage } from './AboutPage';
export { default as CareersPage } from './CareersPage';
export { default as HelpCenterPage } from './HelpCenterPage';
export { default as DocumentationPage } from './DocumentationPage';
export { default as ContactPage } from './ContactPage';
export { default as FeedbackPage } from './FeedbackPage';