1/** Optionally import `app/+html.js` file. */ 2export const ctx = require.context( 3 process.env.EXPO_ROUTER_APP_ROOT, 4 false, 5 /\+html\.[tj]sx?$/, 6 'sync' 7); 8