//react import React from 'react'; import { BrowserRouter, Switch } from 'react-router-dom'; //library components import LazyRoute from './lazy-route'; import Markdown from './panels/markdown'; //styling //TODO: styling import //common components import Header from './panels/header.jsx'; import Footer from './panels/footer.jsx'; const App = props => { //default render return (
import('./pages/homepage')} /> import('./pages/signup')} /> import('./pages/login')} /> import('./pages/account')} /> () => } /> () => } /> import('./pages/not-found')} />