fix bad import
This commit is contained in:
parent
10a1b73b9e
commit
c7df98b9cf
|
|
@ -1,4 +1,4 @@
|
||||||
import { Layout } from "./index";
|
import Layout from "@/layouts/Home";
|
||||||
|
|
||||||
export default function Contact() {
|
export default function Contact() {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { Layout } from "./index";
|
import Layout from "@/layouts/Home";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
|
||||||
import styles from "../styles/Galerie.module.css";
|
import styles from "../styles/Galerie.module.css";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { Layout } from "./index";
|
import Layout from "@/layouts/Home";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
|
||||||
export default function LeClub() {
|
export default function LeClub() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue