Skip to content

Commit

Permalink
fix(react-dom): unnecesary path on DOMEventProperties (#19544)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniAcu committed Aug 6, 2020
1 parent f77c7b9 commit 50893db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/events/DOMEventProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 50893db

Please sign in to comment.