Skip to content

Commit c3f7cb1

Browse files
authored
chore(examples): fix import path for tests in apps/App.tsx (#3605)
After <#3528> The commented import is no longer up to date. This PR fixes it.
1 parent ec86230 commit c3f7cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { enableFreeze } from 'react-native-screens';
33
import Example from './Example';
4-
// import * as Test from './src/tests';
4+
// import * as Test from './src/tests/issue-tests';
55

66
enableFreeze(true);
77

0 commit comments

Comments
 (0)