git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 06ba928e6dae6f3bb75720b2d3deee46ebb1dd18

Files: 06ba928e6dae6f3bb75720b2d3deee46ebb1dd18 / app / four-oh-four / container.js

247 bytesRaw
1import React from 'react'
2import { connect } from 'react-redux'
3
4class FourOhFourContainer extends React.Component {
5 render () {
6 return <div>
7 no match!
8 </div>
9 }
10}
11
12export default connect(
13 (state) => ({})
14)(FourOhFourContainer)
15

Built with git-ssb-web