mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 15:37:10 +00:00
fix: main page
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { Header } from "@/components/layout/header";
|
||||
import { Outlet } from "react-router";
|
||||
|
||||
const NavbarLayout = () => {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<div className="m-auto mt-6 w-full max-w-5xl">
|
||||
<Outlet />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export { NavbarLayout };
|
||||
Reference in New Issue
Block a user