Skip to content

Commit b116b1b

Browse files
update import
1 parent a96673c commit b116b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/gettingStartedDocs/react-native/onboarding.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {renderWithOnboardingLayout} from 'sentry-test/onboarding/renderWithOnboa
22
import {screen} from 'sentry-test/reactTestingLibrary';
33
import {textWithMarkupMatcher} from 'sentry-test/utils';
44

5-
import docs from 'sentry/gettingStartedDocs/react-native';
5+
import docs from '.';
66

77
describe('getting started with react-native', () => {
88
it('renders docs correctly', async () => {

0 commit comments

Comments
 (0)