Moving Header to layout.tsx

This commit is contained in:
kbe
2025-08-13 15:17:31 +02:00
parent 18ff5b9beb
commit c52777afa2
2 changed files with 4 additions and 2 deletions

View File

@@ -5,8 +5,6 @@ import { Header } from "@/components/ui/header";
export default function Home() {
return (
<div>
<Header/>
<main className="p-4">
<h1 className="text-2xl font-bold">Welcome to the Test Page</h1>
<p className="mt-2">This is a test page to display the new header component.</p>