git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 3fe491721b1654501282cb46f4e1dff9b1cfd9c7

Files: 3fe491721b1654501282cb46f4e1dff9b1cfd9c7 / 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