SYMBOL INDEX (11 symbols across 7 files) FILE: components/header.js function AppHeader (line 1) | function AppHeader(props){ FILE: components/mdcontainer.js function MdContainer (line 7) | function MdContainer({ markdown }) { FILE: components/pagehead.js function PageHead (line 1) | function PageHead(props) { FILE: config/static-paths.js constant ROUTES (line 1) | const ROUTES = [ constant STATIC_PATHS (line 7) | const STATIC_PATHS = { paths: ROUTES, fallback: false }; FILE: pages/_app.js function GuiaReactApp (line 5) | function GuiaReactApp({ Component, pageProps }) { FILE: pages/_document.js class MyDocument (line 5) | class MyDocument extends Document { method getInitialProps (line 6) | static async getInitialProps(ctx) { method render (line 23) | render() { FILE: pages/index.js function Page (line 5) | function Page(){ function getStaticProps (line 9) | async function getStaticProps(context) {