fixed folder stucture

This commit is contained in:
sanjidarimi
2026-05-14 20:21:03 +06:00
parent 03b249a14a
commit 5249561a54
25 changed files with 84 additions and 29 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { Outlet } from "react-router-dom";
import Navbar from "@/components/Navbar";
import Footer from "@/components/Footer";
import Navbar from "@/components/home/Navbar";
import Footer from "@/components/home/Footer";
const MainLayout = () => {
return (