import { InertiaApp } from '@inertiajs/inertia-react' import React from 'react' import { render } from 'react-dom' const app = document.getElementById('app') render( import(`@/Pages/${name}`).then(module => module.default)} />, app ) // This is required to enable HMR if (module.hot) { module.hot.accept(); }