git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 1b77a91b5043f96c866edfed9022577b95e3c14f

Files: 1b77a91b5043f96c866edfed9022577b95e3c14f / app / four-oh-four / routes.js

207 bytesRaw
1import React from 'react'
2import { Route } from 'react-router'
3
4import FourOhFourContainer from './container'
5
6export default function (store) {
7 return <Route path="*" component={FourOhFourContainer} />
8}
9

Built with git-ssb-web