import React from 'react' export default class NavBar extends React.Component { constructor(props) { super(props) this.props = props } render() { return (
) } }