Skip to content

Commit 50893db

Browse files
authored
fix(react-dom): unnecesary path on DOMEventProperties (#19544)
1 parent f77c7b9 commit 50893db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-dom/src/events/DOMEventProperties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import type {EventPriority} from 'shared/ReactTypes';
11-
import type {DOMEventName} from '../events/DOMEventNames';
11+
import type {DOMEventName} from './DOMEventNames';
1212

1313
import {registerTwoPhaseEvent} from './EventRegistry';
1414
import {

0 commit comments

Comments
 (0)