1// Don't add anything to this file! It needs to be minimal so that
2// hot module reloading works properly on web.
34import"@expo/metro-runtime";5import{registerRootComponent}from"expo";6import"./polyfills";7importRouterfrom"./router";89registerRootComponent(Router);