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

Function Empty

flow-debugger/debugger-ui/src/page/empty/Empty.js:4–5  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

2import styles from "./Empty.module.css";
3
4export const Empty = (props) => {
5 return <div className={styles.empty}>{props.children}</div>;
6};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected