git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: b0260714125b1a814ed76eaca838d164ae23101d

Files: b0260714125b1a814ed76eaca838d164ae23101d / app / todos / components / todo.js

158 bytesRaw
1import React from 'react'
2
3export 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