Small change
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user