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 StatsLayout({ children }: LayoutProps<"/">) {
return (
<>
<Header searchBar />
<div className="pb-5 pt-header min-h-content">
<div>
{children}
</div>
</>