Skip to content

Commit 9ce5085

Browse files
committed
deleted double import in App
1 parent b7d5553 commit 9ce5085

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/components/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import mainReducer from '../reducers/mainReducer.js';
66
import { InitialStateProps } from '../FrontendTypes';
77
import { ThemeProvider } from '@mui/material/styles';
88
import theme from './theme';
9-
import { ThemeProvider } from '@mui/material/styles';
10-
import theme from './theme';
119
// currentTab is the current active tab within Google Chrome.
1210
// This is used to decide what tab Reactime should be monitoring. This can be "locked"
1311
// currentTabInApp is the current active tab within Reactime (Map, Performance, History, etc).

0 commit comments

Comments
 (0)