Skip to content

Commit e94deb7

Browse files
committed
chore: fix discovery entrypoint
1 parent a2b94c7 commit e94deb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/discovery/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { registerRootComponent } from 'expo';
2-
import App from './src/App';
2+
import App from './App';
33

44
registerRootComponent(App);

0 commit comments

Comments
 (0)