Files: 1b77a91b5043f96c866edfed9022577b95e3c14f / 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