Restructure code

This commit is contained in:
KingRainbow44
2022-05-08 18:51:35 -04:00
parent 2019eae7b1
commit 8b51488a41
7 changed files with 2 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import reportWebVitals from "./utils/reportWebVitals";
import App from "./ui/App";
const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement