Skip to content

Commit b275a32

Browse files
committed
Eliminate other stray React import
1 parent 3ba9838 commit b275a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/react-is.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ElementType, MemoExoticComponent, ReactElement } from 'react'
2-
import * as React from 'react'
2+
import { React } from './react'
33

44
// Directly ported from:
55
// https://unpkg.com/browse/react-is@19.0.0/cjs/react-is.production.js

0 commit comments

Comments
 (0)