git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 9642105bd047078b96b5d68874a78e1c620077e2

Files: 9642105bd047078b96b5d68874a78e1c620077e2 / 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