diff --git a/resources/assets/src/index.tsx b/resources/assets/src/index.tsx index 75529c1f..421ae0d5 100644 --- a/resources/assets/src/index.tsx +++ b/resources/assets/src/index.tsx @@ -3,7 +3,6 @@ import * as React from 'react' import ReactDOM from 'react-dom' import './scripts/app' import routes from './scripts/route' -import Loading from './components/Loading' Vue.config.productionTip = false @@ -23,7 +22,7 @@ function loadModules() { route.react as (() => Promise<{ default: React.ComponentType }>) ) const Root = () => ( - }> + )