Skip to content

Commit 40578c4

Browse files
Update event-system.md (#490)
1 parent 424a5c1 commit 40578c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/api/event-system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ A basic implementation could look something like this. In the following example
150150
<TabItem value="App.jsx" label="App.jsx">
151151

152152
```jsx showLineNumbers title="App.jsx"
153-
import React, { Fragment, useState } from "react";
153+
import React, { Fragment, useState, useCallback, useEffect } from "react";
154154
import { Unity, useUnityContext } from "react-unity-webgl";
155155

156156
function App() {

0 commit comments

Comments
 (0)