hot fix for import paths
This commit is contained in:
parent
50b02db5dc
commit
93631f4bfd
@ -2,7 +2,7 @@ import React from "react";
|
||||
import Head from "next/head";
|
||||
import Navbar from "../components/layouts/NavBar.jsx";
|
||||
import dynamic from "next/dynamic";
|
||||
import StatementOfFaithSection from "@/components/layouts/StatementOfFaithSection.jsx";
|
||||
import StatementOfFaithSection from "../components/layouts/StatementOfFaithSection.jsx";
|
||||
|
||||
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
|
||||
const ContactFormSection = dynamic(() =>
|
||||
|
@ -1,8 +1,7 @@
|
||||
import React from "react";
|
||||
import Navbar from "../components/layouts/NavBar.jsx";
|
||||
import SubSection from "../components/layouts/SubSection.jsx"
|
||||
import dynamic from "next/dynamic";
|
||||
import SectionTwo from "@/components/layouts/SectionTwo.jsx";
|
||||
import SectionTwo from "../components/layouts/SectionTwo.jsx";
|
||||
|
||||
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
|
||||
const ContactFormSection = dynamic(() =>
|
||||
|
Reference in New Issue
Block a user