Files
ragusaitweb/src/pages/index.ts
2026-01-21 22:38:10 +01:00

4 lines
101 B
TypeScript

export { Home } from './Home';
export { About } from './About';
export { Contact } from './Contact';