git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: b453ff79d23734f7cc0746fdd5ee62f4f56622e5

Files: b453ff79d23734f7cc0746fdd5ee62f4f56622e5 / app / landing / container.js

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

Built with git-ssb-web