/
DevMaster
/
my_cv
Обзор
Документация
Войти
/
DevMaster
/
my_cv
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/index.js
10 строк
276 B
hubol01
first commit
13 окт 2024, 23:52
13 окт 2024, 23:52
3153ceb
Код
Авторство
О чём код?
import './css/main.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; import { createRoot } from 'react-dom/client'; const container = document.getElementById('root'); const root = createRoot(container); root.render(<App />); reportWebVitals();