MCPcopy Create free account
hub / github.com/TechStark/opencv-js-examples / App

Function App

opencv-js-react-example/src/App.jsx:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import TestPage from "./opencv/TestPage";
3
4function App() {
5 return (
6 <div className="App">
7 <TestPage />
8 </div>
9 );
10}
11
12export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected