Sindbad~EG File Manager

Current Path : /var/www/html/xfacil.desafio.com.py/vendor/laravel/breeze/stubs/inertia-react/resources/js/
Upload File :
Current File : /var/www/html/xfacil.desafio.com.py/vendor/laravel/breeze/stubs/inertia-react/resources/js/app.jsx

import './bootstrap';
import '../css/app.css';

import React from 'react';
import { render } from 'react-dom';
import { createInertiaApp } from '@inertiajs/inertia-react';
import { InertiaProgress } from '@inertiajs/progress';
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers';

const appName = window.document.getElementsByTagName('title')[0]?.innerText || 'Laravel';

createInertiaApp({
    title: (title) => `${title} - ${appName}`,
    resolve: (name) => resolvePageComponent(`./Pages/${name}.jsx`, import.meta.glob('./Pages/**/*.jsx')),
    setup({ el, App, props }) {
        return render(<App {...props} />, el);
    },
});

InertiaProgress.init({ color: '#4B5563' });

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists