file reorganization

This commit is contained in:
2022-09-26 12:33:49 -04:00
parent f7fe72fc98
commit e7b01fea39
23 changed files with 20 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { createRoot } from 'react-dom/client';
import App from './App';
import reportWebVitals from './reportWebVitals';
import reportWebVitals from './scripts/reportWebVitals';
const container = document.getElementById('root');
const root = createRoot(container);