import React from 'react' function Navbar(props) { // props are passed from App as {...this.state} return ( ) } export default Navbar