Initial commit with essential code files only
This commit is contained in:
11
pages/templates/nav.js
Normal file
11
pages/templates/nav.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import Banner from "../elements/banner";
|
||||
import Links from "../elements/links";
|
||||
|
||||
export default function Nav() {
|
||||
return (
|
||||
<div className="flex justify-between px-48 py-4">
|
||||
<Banner />
|
||||
<Links />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user