Skip to content

Commit 1eabaa5

Browse files
committed
Remove footer from error page
1 parent 67d00ef commit 1eabaa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/not-found.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client";
22

3-
import Footer from "@/components/Footer";
43
import { FaRegFrown } from "react-icons/fa";
54
import headerIconStyles from "@/styles/headerIcon.module.css";
65
import titleStyles from "@/styles/title.module.css";
@@ -20,7 +19,6 @@ export default function Error() {
2019
</div>
2120
</section>
2221
</header>
23-
<Footer />
2422
</div>
2523
);
2624
}

0 commit comments

Comments
 (0)