Files
smartagenda_pap/index.ts
2026-01-07 10:35:00 +00:00

5 lines
100 B
TypeScript

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