JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "index.js"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/laravel-vite-plugin/inertia-helpers/index.js
File size: 340 bytes
MIME-type: text/plain
Charset: utf-8
export async function resolvePageComponent(path, pages) {
for (const p of (Array.isArray(path) ? path : [path])) {
const page = pages[p];
if (typeof page === 'undefined') {
continue;
}
return typeof page === 'function' ? page() : page;
}
throw new Error(`Page not found: ${path}`);
}