Carousselle des produits vedettes et search bar reconstitué
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import {Outlet} from "react-router-dom";
|
||||
import { Outlet } from "react-router-dom";
|
||||
import Navbar from "../components/Navbar";
|
||||
import Footer from "../components/Footer";
|
||||
|
||||
@@ -8,7 +8,7 @@ const Layout = () => {
|
||||
<>
|
||||
<Navbar />
|
||||
<Outlet />
|
||||
<Footer/>
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user