6 | NOT FOUND
7 | You just hit a route that doesn't exist... the sadness.
8 |
9 | )
10 |
--------------------------------------------------------------------------------
/src/pages/app.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { Router } from '@reach/router'
3 | import NotFound from 'components/common/NotFound'
4 | import Launches from 'components/app/Launches'
5 |
6 | export default () => (
7 |