git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 7139d9830944a64180e714715d520079c3e0fcf4

Files: 7139d9830944a64180e714715d520079c3e0fcf4 / 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