Skip to content

Commit

Permalink
added nav files
Browse files Browse the repository at this point in the history
  • Loading branch information
enewton3 committed Apr 12, 2021
1 parent 1d301e1 commit cc70c0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions client/src/components/shared/FooterNav.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from "react";

export default function FooterNav() {
return <div></div>;
}
Empty file.
3 changes: 2 additions & 1 deletion client/src/layouts/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ const Layout = (props) => {

return (
<>
{/* <HeaderNav handleLogout={handleLogout} currentUser={currentUser}/>/> */}
<div className="layout-div">{props.children}</div>
{/* <footer className="nav-footer"> */}
{/* <FooterNav handleLogout={handleLogout} currentUser={currentUser}/> */}
{/* <FooterNav */}
{/* </footer> */}
</>
);
Expand Down

0 comments on commit cc70c0f

Please sign in to comment.