SYMBOL INDEX (10 symbols across 3 files) FILE: src/pages/_app.tsx function MyApp (line 6) | function MyApp({ Component, pageProps }: AppProps): JSX.Element { FILE: src/pages/_document.tsx class MyDocument (line 11) | class MyDocument extends Document { method getInitialProps (line 12) | static async getInitialProps(ctx: DocumentContext) { method render (line 17) | render() { FILE: src/pages/index.tsx function Home (line 6) | function Home() { type FeatureListProps (line 100) | interface FeatureListProps { function FeatureList (line 104) | function FeatureList({ children }: FeatureListProps) { function Feature (line 108) | function Feature({ children, main }) { function InfoText (line 121) | function InfoText({ text }) { function CheckIcon (line 130) | function CheckIcon(props) {