import React from 'react' import { Navbar, Main, Footer } from './components' const App = () => { return (
) } export default App