Skip to content

Commit

Permalink
(#5) Adicionando quinto NavBar
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Boaventura <lucasxboaventura@hotmail.com>
  • Loading branch information
2 people authored and sergiosacj committed Sep 17, 2021
1 parent ee9d211 commit a19efe8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions frontend/src/components/NavBar/FifthNavBar/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';

import { NavBarContainer } from 'components/NavBar/styles';

const FifthNavBar: React.FC = () => {
return (
<NavBarContainer>
<section>
<span>Mesa</span>
</section>

</NavBarContainer>
);
};

export default FifthNavBar;

0 comments on commit a19efe8

Please sign in to comment.