Skip to content

Commit 25bb2ec

Browse files
committed
move footer and sidebar into layout directory
1 parent dc656bc commit 25bb2ec

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

src/components/layout/WrapperLayout/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Navbar from "@/components/layout/Navbar";
44
import { ThemeProvider } from "./ThemeProvider";
5-
import Footer from "@/components/common/Footer";
5+
import Footer from "@/components/layout/Footer";
66
import { useParams, usePathname } from "next/navigation";
77

88
const WrapperLayout = ({ children }: { children: React.ReactNode }) => {

0 commit comments

Comments
 (0)