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 fdecf88 commit 242a6c0Copy full SHA for 242a6c0
src/app/components/App.tsx
@@ -2,13 +2,10 @@ import React, { useReducer } from 'react';
2
import {
3
MemoryRouter as Router,
4
} from 'react-router-dom';
5
-// import { Steps, Hints } from 'intro.js-react';
6
import MainContainer from '../containers/MainContainer';
7
import { StoreContext } from '../store';
8
import mainReducer from '../reducers/mainReducer.js';
9
10
-// import 'intro.js/introjs.css';
11
-
12
// currentTab is the current active tab within Google Chrome.
13
// This is used to decide what tab Reactime should be monitoring. This can be "locked"
14
// currentTabInApp is the current active tab within Reactime (Map, Performance, History, etc).
0 commit comments