Skip to content

Commit 1ac3472

Browse files
author
Mridul Dhiman
committed
updated casing
1 parent 7a8bbd3 commit 1ac3472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/page.jsx

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

33
export default async function Home() {
44
return (

src/app/terms/page.jsx

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

33
const TermsPage = () => {
44
return (

0 commit comments

Comments
 (0)