diff --git a/client/index.html b/client/index.html index 0c589ec..6a0248a 100644 --- a/client/index.html +++ b/client/index.html @@ -4,7 +4,7 @@ - Vite + React + DGF Prototype
diff --git a/client/src/main.jsx b/client/src/main.jsx index 54b39dd..303ff4d 100644 --- a/client/src/main.jsx +++ b/client/src/main.jsx @@ -1,10 +1,10 @@ -import React from 'react' -import ReactDOM from 'react-dom/client' -import App from './App.jsx' -import './index.css' +import React from 'react'; +import ReactDOM from 'react-dom/client'; +import App from './App'; +import './index.css'; ReactDOM.createRoot(document.getElementById('root')).render( , -) +);