LeftNavBar

LeftNavBar() → {JSX.Element}

Component that displays the navigation bar on the left
No props

Returns:

A JSX.Element that contains the navigation bar. Supposed to be called on the left of the screen.

Type: 
JSX.Element
Example
return (
  <LeftNavBar />
)