creation of Footer component
This commit is contained in:
+5
-1
@@ -1,11 +1,15 @@
|
||||
import { Outlet } from "react-router";
|
||||
import Footer from "./components/Footer/Footer.jsx"
|
||||
|
||||
|
||||
function Layout(){
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Outlet />
|
||||
<div className="content">
|
||||
<Outlet />
|
||||
<Footer />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user