mon-site-perso/frontend/app/contact/page.tsx
2025-09-20 14:16:14 +02:00

8 lines
No EOL
175 B
TypeScript

import ContactComponent from "@/app/components/Contact";
export default function Contact() {
return (
<div>
<ContactComponent />
</div>
)
}