MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / Text

Function Text

flow-debugger/debugger-ui/src/page/text/Text.js:6–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import { selectTextMessage } from "./TextSlice";
5
6export const Text = () => {
7 const message = useSelector(selectTextMessage);
8 return (
9 <div className={styles.text}>
10 <h1> {message} </h1>
11 </div>
12 );
13};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected