Skip to content

Commit fabc63d

Browse files
committed
Move pages to (general) dir
1 parent 0bc9285 commit fabc63d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

src/app/layout.tsx renamed to src/app/(general)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Footer from "@/components/footer"
22

3-
import "./globals.css"
3+
import "../globals.css"
44

55
export default function RootLayout({ children }: { children: React.ReactNode }) {
66
return (
File renamed without changes.

0 commit comments

Comments
 (0)