Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import TestPage from
"./opencv/TestPage"
;
3
4
function App() {
5
return (
6
<div className=
"App"
>
7
<TestPage />
8
</div>
9
);
10
}
11
12
export default App;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected