// Importation de ContactForm et getApiUrl import ContactForm from "../components/ContactForm"; import { getApiUrl } from "../utils/getApiUrl"; export default function ContactPage() { // Définition de l'URL API dynamique const apiUrl = getApiUrl(); return (
); }