diff --git a/src/components/ManagerPage/index.js b/src/components/ManagerPage/index.js index 154de7ce..9eba78a4 100644 --- a/src/components/ManagerPage/index.js +++ b/src/components/ManagerPage/index.js @@ -9,7 +9,6 @@ import type { DeviceInfo } from 'helpers/devices/getDeviceInfo' import Dashboard from './Dashboard' import ManagerGenuineCheck from './ManagerGenuineCheck' -import TrackPage from 'analytics/TrackPage' type Props = {}