git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: c8f38fdc12fc63564d14f8dc103917bdbbfcadcd

Files: c8f38fdc12fc63564d14f8dc103917bdbbfcadcd / app / todos / container.js

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

Built with git-ssb-web