From ff5f92b1ba287c942f0932aec6eca02f08d74cc1 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 21 Feb 2024 19:24:30 -0600 Subject: [PATCH] update title --- client/index.html | 2 +- client/src/main.jsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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( , -) +);