We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408e776 commit 3f58e27Copy full SHA for 3f58e27
src/components/base/Header.tsx
@@ -12,11 +12,10 @@ import media from '../../lib/styles/media';
12
import HeaderLogo from './HeaderLogo';
13
import { themedPalette } from '../../lib/styles/themes';
14
import VLink from '../common/VLink';
15
-import { useDispatch, useSelector } from 'react-redux';
+import { useDispatch } from 'react-redux';
16
import { showAuthModal } from '../../modules/core';
17
import { useQuery } from '@apollo/react-hooks';
18
import { NOTIFICATION_COUNT } from '../../lib/graphql/notification';
19
-import { RootState } from '../../modules';
20
21
export type MainHeaderProps = {};
22
0 commit comments