before start updating to new redux

This commit is contained in:
QkoSad
2023-05-18 20:17:22 +03:00
parent 7451b337af
commit 35b69eae3f
11 changed files with 53 additions and 42 deletions
+2
View File
@@ -1,6 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
// Level - 0
//Program stars from Here. Imports and renders App.
ReactDOM.render(<App />, document.getElementById('root'));