Skip to content

Commit

Permalink
Use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-SC committed Dec 2, 2022
1 parent 4971337 commit 6b9c1d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import {
ShouldCapture,
DidCapture,
} from './ReactFiberFlags';
import getComponentNameFromFiber from 'react-reconciler/src/getComponentNameFromFiber';
import getComponentNameFromFiber from './getComponentNameFromFiber';

import {debugRenderPhaseSideEffectsForStrictMode} from 'shared/ReactFeatureFlags';

Expand Down

0 comments on commit 6b9c1d1

Please sign in to comment.