ajout d'une belle navbar/topbar
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import React from "react";
|
||||
import { Outlet } from "react-router-dom";
|
||||
import Navbar from "../components/Navbar";
|
||||
import Topbar from "../components/Topbar";
|
||||
import Footer from "../components/Footer";
|
||||
|
||||
const Layout = () => {
|
||||
return (
|
||||
<>
|
||||
<Navbar />
|
||||
<Topbar />
|
||||
<Outlet />
|
||||
<Footer />
|
||||
</>
|
||||
|
Reference in New Issue
Block a user