Files: b0260714125b1a814ed76eaca838d164ae23101d / app / todos / components / todo.js
158 bytesRaw
1 | import React from 'react' |
2 | |
3 | export default class Todo extends React.Component { |
4 | render () { |
5 | return <div> |
6 | { this.props.todo.text } |
7 | </div> |
8 | } |
9 | } |
10 |
Built with git-ssb-web