MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / App

Function App

upload-component/src/App.tsx:29–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27};
28
29const App: React.FC = () => (
30 <Upload {...props} drag>
31 {/* <Button icon={<UploadOutlined />}>Click to Upload</Button> */}
32 <p>
33 <InboxOutlined style={{fontSize: '50px'}}/>
34 </p>
35 <p>点击或者拖拽文件到此处</p>
36 </Upload>
37);
38
39export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected