Small change

This commit is contained in:
2025-09-04 23:24:01 +02:00
parent 441f213324
commit 32ee463969
3 changed files with 2 additions and 5 deletions

View File

@@ -1,11 +1,10 @@
import Header from "@/components/header"
import { ReactNode } from "react"
export default function RootLayout({ children }: LayoutProps<"/">) {
return (
<>
<Header />
<div className="pt-header">
<div>
{children}
</div>
</>