Skip to content

Commit 8ecd05d

Browse files
committed
fix src folder structure and imports
1 parent 74d7d27 commit 8ecd05d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/app/api/example/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import connectDB from "@database/db";
1+
import connectDB from "@/database/db";
22
import { NextResponse } from "next/server";
33

44
/**

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Navbar from "@components/Navbar";
1+
import Navbar from "@/components/Navbar";
22

33
export default function Home() {
44
return (
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)