import Navbar from './navbar'; import Container from './container'; import './app.css'; export default () => { return ( <> ) }