()
| 2 | import legacyRoutes from '../utils/legacyRoutes' |
| 3 | |
| 4 | export default function PageNotFound() { |
| 5 | return ( |
| 6 | <div style={{ height: '100vh', display: 'flex' }}> |
| 7 | <NotFound routeMap={legacyRoutes} /> |
| 8 | </div> |
| 9 | ) |
| 10 | } |
| 11 | |
| 12 | Object.assign(PageNotFound, { |
| 13 | title: 'Not found', |
nothing calls this directly
no outgoing calls
no test coverage detected