📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 02:29:02
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
laravel-vite-plugin
/
inertia-helpers
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/laravel-vite-plugin/inertia-helpers
🔄 Refresh
✏️
Editing: index.js
Writable
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}`); }
💾 Save Changes
❌ Cancel