We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817cefe commit f3bdba6Copy full SHA for f3bdba6
sandboxes/automated-tests/hooks-redux-router/Frontend/index.js
@@ -1,10 +1,8 @@
1
import React from 'react';
2
import ReactDOM from 'react-dom';
3
-import reactime from 'reactime';
4
import App from './app';
5
6
const rootContainer = document.getElementById('root');
7
8
ReactDOM.render(<App />, rootContainer);
9
10
-reactime(rootContainer);
src/app/components/App.jsx
@@ -1,7 +1,7 @@
import React, { useReducer } from 'react';
import MainContainer from '../containers/MainContainer';
import { StoreContext } from '../store';
-import mainReducer from '../reducers/mainReducer';
+import mainReducer from '../reducers/mainReducer'
const initialState = {
port: null,
0 commit comments