fix: Правка импорта App

This commit is contained in:
Ilia Mashkov
2025-11-19 20:26:34 +03:00
parent 58bc7bc28a
commit 4631988ee4

View File

@@ -1,6 +1,6 @@
import { createRoot } from 'react-dom/client'
import App from './App'
import App from './app/App'
const container = document.getElementById('root')