Skip to content

Commit 3f58e27

Browse files
committed
chore: remove lines
1 parent 408e776 commit 3f58e27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/base/Header.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ import media from '../../lib/styles/media';
1212
import HeaderLogo from './HeaderLogo';
1313
import { themedPalette } from '../../lib/styles/themes';
1414
import VLink from '../common/VLink';
15-
import { useDispatch, useSelector } from 'react-redux';
15+
import { useDispatch } from 'react-redux';
1616
import { showAuthModal } from '../../modules/core';
1717
import { useQuery } from '@apollo/react-hooks';
1818
import { NOTIFICATION_COUNT } from '../../lib/graphql/notification';
19-
import { RootState } from '../../modules';
2019

2120
export type MainHeaderProps = {};
2221

0 commit comments

Comments
 (0)