fix bad import

This commit is contained in:
Guillaume Dorce 2023-05-11 22:20:34 +02:00
parent 10a1b73b9e
commit c7df98b9cf
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { Layout } from "./index";
import Layout from "@/layouts/Home";
export default function Contact() {
return (

View File

@ -1,4 +1,4 @@
import { Layout } from "./index";
import Layout from "@/layouts/Home";
import Image from "next/image";
import styles from "../styles/Galerie.module.css";

View File

@ -1,4 +1,4 @@
import { Layout } from "./index";
import Layout from "@/layouts/Home";
import Image from "next/image";
export default function LeClub() {