MCPcopy Create free account
hub / github.com/dabbott/react-native-express / PageNotFound

Function PageNotFound

pages/404.tsx:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected