delete lock

This commit is contained in:
Seth Trowbridge 2024-10-10 21:41:06 -04:00
parent 95e72342d1
commit b5e0f01311
2 changed files with 1 additions and 3458 deletions

3457
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
import React from 'react' import React from 'react'
import ReactDOM from 'react-dom/client' import ReactDOM from 'react-dom/client'
import App from "./App"; import App from './App'
const root = document.getElementById('root'); const root = document.getElementById('root');
root && ReactDOM.createRoot(root).render(<React.StrictMode><App /></React.StrictMode>); root && ReactDOM.createRoot(root).render(<React.StrictMode><App /></React.StrictMode>);