1
0
mirror of https://github.com/tooot-app/app synced 2024-12-21 23:24:29 +01:00
tooot/index.js
2022-12-31 00:07:28 +01:00

5 lines
101 B
JavaScript

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