Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 11, 2024
1 parent 4100bfa commit b4ebf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderStream/__tests__/useTrackRenders.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from '@testing-library/react-render-stream'
import * as React from 'react'
import {ErrorBoundary} from 'react-error-boundary'
import {__use} from '../__testHelpers__/useShim.js'
import {__use} from '../../__testHelpers__/useShim.js'

type AsyncState =
| {status: 'loading'}
Expand Down

0 comments on commit b4ebf24

Please sign in to comment.