updated ui and added NPED back
This commit is contained in:
@@ -4,9 +4,11 @@ import { Outlet } from "react-router";
|
||||
|
||||
const Container = () => {
|
||||
return (
|
||||
<div>
|
||||
<div className="min-h-screen">
|
||||
<Header />
|
||||
<Outlet />
|
||||
<div className="min-h-screen">
|
||||
<Outlet />
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user