❇️V2
This commit is contained in:
11
app/templates/base.tsx
Normal file
11
app/templates/base.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Outlet } from "react-router";
|
||||
import Navbar from "../components/navbar";
|
||||
|
||||
export default function Base() {
|
||||
return (
|
||||
<>
|
||||
<Navbar />
|
||||
<Outlet />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user