Files
bsky-social-app/index.web.js
T
2023-03-08 17:59:25 -06:00

5 lines
126 B
JavaScript

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