✨ feat: adding the main structure
This commit is contained in:
15
test-project/src/App.js
Normal file
15
test-project/src/App.js
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
import React from 'react';
|
||||
import { Provider } from 'react-redux';
|
||||
import store from './store';
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<Provider store={store}>
|
||||
|
||||
</Provider>
|
||||
);
|
||||
};
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user