Skip to content

Commit

Permalink
Remove extra import type line
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Mar 5, 2020
1 parent 67851ca commit db9c751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberBeginWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import type {
SuspenseListTailMode,
} from './ReactFiberSuspenseComponent';
import type {SuspenseContext} from './ReactFiberSuspenseContext';
import type {} from 'react/src/block';

import checkPropTypes from 'shared/checkPropTypes';

Expand Down

0 comments on commit db9c751

Please sign in to comment.