Files
fletchIQ_/index.ts
T
2026-03-27 00:38:12 -04:00

7 lines
102 B
TypeScript

import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);