diff --git a/frontend/src/components/NavBar/FifthNavBar/index.tsx b/frontend/src/components/NavBar/FifthNavBar/index.tsx new file mode 100644 index 0000000..f12eaa3 --- /dev/null +++ b/frontend/src/components/NavBar/FifthNavBar/index.tsx @@ -0,0 +1,16 @@ +import React from 'react'; + +import { NavBarContainer } from 'components/NavBar/styles'; + +const FifthNavBar: React.FC = () => { + return ( + +
+ Mesa +
+ +
+ ); +}; + +export default FifthNavBar;