mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove unused import
That's why you wait for the lint job to finish, Andrew!!!!!!
This commit is contained in:
@@ -53,7 +53,6 @@ import {
|
||||
requestCurrentTime,
|
||||
computeExpirationForFiber,
|
||||
scheduleWork,
|
||||
flushPassiveEffects,
|
||||
} from './ReactFiberWorkLoop';
|
||||
import {requestCurrentSuspenseConfig} from './ReactFiberSuspenseConfig';
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@ import {
|
||||
import {
|
||||
scheduleWork,
|
||||
computeExpirationForFiber,
|
||||
flushPassiveEffects,
|
||||
requestCurrentTime,
|
||||
warnIfNotCurrentlyActingEffectsInDEV,
|
||||
warnIfNotCurrentlyActingUpdatesInDev,
|
||||
|
||||
Reference in New Issue
Block a user