mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 19:06:07 +00:00
create(footer) created footer
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import Navbar from "./navbar";
|
||||
import Footer from "./footer";
|
||||
|
||||
function Layout({ children }) {
|
||||
return (
|
||||
<div className="container">
|
||||
<Navbar />
|
||||
<div className="children">{children}</div>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user