mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
merge conflict fixed
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import About from "../components/site/About";
|
||||
import Contact from "../components/site/Contact";
|
||||
import FeaturesSection from "../components/FeaturesSection";
|
||||
import Footer from "../components/site/Footer ";
|
||||
import Header from "../components/Header";
|
||||
import Hero from "../components/Hero";
|
||||
import About from "@components/site/About";
|
||||
import Contact from "@components/site/Contact";
|
||||
import FeaturesSection from "@components/FeaturesSection";
|
||||
import Footer from "@components/site/Footer";
|
||||
import Header from "@components/Header";
|
||||
import Hero from "@components/Hero";
|
||||
|
||||
|
||||
export default async function Home() {
|
||||
|
||||
Reference in New Issue
Block a user