4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
|
// temporary workaround for https://github.com/expo/expo-cli/issues/1385
|
||
|
// @ts-ignore
|
||
|
export { default } from './App.tsx';
|