mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 10:29:01 +03:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
window.tree.components.talk = React.createClass({
|
|
render: function() {
|
|
return (React.DOM.div({}, "rendered."));
|
|
}
|
|
})
|
|
|