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"./polyfills";6importRouterfrom"./router";7import{registerRootComponent}from"expo";89registerRootComponent(Router);