Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-07-18 16:27:00 +09:00
parent a8aa82dd51
commit 70b54352c9
5 changed files with 175 additions and 4 deletions
+2
View File
@@ -1,6 +1,7 @@
import Activities from "@/components/Activities";
import Cover from "@/components/Cover";
import Events from "@/components/Events";
import Footer from "@/components/Footer";
import Info from "@/components/Info";
import Map from "@/components/Map";
import Navbar from "@/components/Navbar";
@@ -22,6 +23,7 @@ export default function Home() {
<Partners />
<Map />
</main>
<Footer />
</>
);
}