Files: 3fe491721b1654501282cb46f4e1dff9b1cfd9c7 / app / four-oh-four / routes.js
207 bytesRaw
1 | import React from 'react' |
2 | import { Route } from 'react-router' |
3 | |
4 | import FourOhFourContainer from './container' |
5 | |
6 | export default function (store) { |
7 | return <Route path="*" component={FourOhFourContainer} /> |
8 | } |
9 |
Built with git-ssb-web