Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flyfloor/react-component
/
Class
demo/example/MessageDemo.jsx:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import {Message} from
'./index'
;
3
4
export default class MessageDemo extends Component {
5
render() {
6
const content = <p>this is the message</p>;
7
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected