bsky-app/index.web.js

9 lines
167 B
JavaScript

import '#/platform/markBundleStartTime'
import '#/platform/polyfills'
import {registerRootComponent} from 'expo'
import App from '#/App'
registerRootComponent(App)