Skip to content

Commit f3bdba6

Browse files
committed
made changes to index js and app jsx in sandbox and reactime app
1 parent 817cefe commit f3bdba6

File tree

2 files changed

+1
-3
lines changed
  • sandboxes/automated-tests/hooks-redux-router/Frontend
  • src/app/components

2 files changed

+1
-3
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3-
import reactime from 'reactime';
43
import App from './app';
54

65
const rootContainer = document.getElementById('root');
76

87
ReactDOM.render(<App />, rootContainer);
98

10-
reactime(rootContainer);

src/app/components/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useReducer } from 'react';
22
import MainContainer from '../containers/MainContainer';
33
import { StoreContext } from '../store';
4-
import mainReducer from '../reducers/mainReducer';
4+
import mainReducer from '../reducers/mainReducer'
55

66
const initialState = {
77
port: null,

0 commit comments

Comments
 (0)