reorganize components and add root import plugin

This commit is contained in:
Danny Avila 2023-02-07 10:26:19 -05:00
parent faf8800e67
commit 9d41ed4615
27 changed files with 76 additions and 27 deletions

View file

@ -2,7 +2,7 @@ import React from 'react';
// import reactDom from 'react-dom'; ---> deprecated
import { createRoot } from 'react-dom/client';
import { Provider } from 'react-redux';
import { store } from './store';
import { store } from './src/store';
import App from './src/App';
import './src/style.css';