mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fix(react-dom): unnecesary path on DOMEventProperties (#19544)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
import type {EventPriority} from 'shared/ReactTypes';
|
||||
import type {DOMEventName} from '../events/DOMEventNames';
|
||||
import type {DOMEventName} from './DOMEventNames';
|
||||
|
||||
import {registerTwoPhaseEvent} from './EventRegistry';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user