From 2350bd53368c12e62135d0c992c49fcf48abe6a4 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Sun, 28 Sep 2025 23:54:10 +0200 Subject: [PATCH] removved old navbar --- app/layout.tsx | 2 -- app/resume.tsx | 8 ------ components/navbar.tsx | 58 ------------------------------------------- 3 files changed, 68 deletions(-) delete mode 100644 components/navbar.tsx diff --git a/app/layout.tsx b/app/layout.tsx index f28735c9..71bbb6a5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,4 @@ import { Header } from "@/components/container-header"; -import Navbar from "@/components/navbar"; import { DATA } from "@/app/resume"; import { cn } from "@/lib/utils"; import type { Metadata } from "next"; @@ -72,7 +71,6 @@ export default function RootLayout({
{children}