MCPcopy
hub / github.com/nukeop/nuclear / initRemoteApp

Function initRemoteApp

packages/player/src/remoteControl/initRemoteApp.tsx:5–13  ·  view source on GitHub ↗
(
  root: ReturnType<typeof import('react-dom/client').createRoot>,
)

Source from the content-addressed store, hash-verified

3import RemoteControl from './RemoteControl';
4
5export const initRemoteApp = (
6 root: ReturnType<typeof import('react-dom/client').createRoot>,
7) => {
8 root.render(
9 <React.StrictMode>
10 <RemoteControl />
11 </React.StrictMode>,
12 );
13};

Callers 1

main.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected