Skip to content

Commit 5f03401

Browse files
committed
fix: build error
1 parent 989f753 commit 5f03401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/transforms/GameSource.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
* -------------------------------------------------------------------------------------------- */
55
import { isMatch } from 'lodash-es'
6-
import { useCallback, useEffect, useRef } from 'react'
6+
import React, { useCallback, useEffect, useRef } from 'react'
77
import { createRoot } from 'react-dom/client'
88
import { CoreContext } from '../context'
99
import { getProject } from '../data'

0 commit comments

Comments
 (0)