Skip to content

Commit 242a6c0

Browse files
committed
deleted deprecated intro from App.tsx
1 parent fdecf88 commit 242a6c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/components/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ import React, { useReducer } from 'react';
22
import {
33
MemoryRouter as Router,
44
} from 'react-router-dom';
5-
// import { Steps, Hints } from 'intro.js-react';
65
import MainContainer from '../containers/MainContainer';
76
import { StoreContext } from '../store';
87
import mainReducer from '../reducers/mainReducer.js';
98

10-
// import 'intro.js/introjs.css';
11-
129
// currentTab is the current active tab within Google Chrome.
1310
// This is used to decide what tab Reactime should be monitoring. This can be "locked"
1411
// currentTabInApp is the current active tab within Reactime (Map, Performance, History, etc).

0 commit comments

Comments
 (0)