We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989f753 commit 5f03401Copy full SHA for 5f03401
src/core/transforms/GameSource.tsx
@@ -3,7 +3,7 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
* -------------------------------------------------------------------------------------------- */
5
import { isMatch } from 'lodash-es'
6
-import { useCallback, useEffect, useRef } from 'react'
+import React, { useCallback, useEffect, useRef } from 'react'
7
import { createRoot } from 'react-dom/client'
8
import { CoreContext } from '../context'
9
import { getProject } from '../data'
0 commit comments