1
0
Fork 0

clenup code

This commit is contained in:
koplenov 2026-04-05 02:30:25 +03:00
parent 823bfff531
commit 62d9e42106
2 changed files with 2 additions and 2 deletions

View file

View file

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