Skip to content

Commit d53bade

Browse files
committed
fix linter errors
1 parent 338cb13 commit d53bade

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/layouts/base.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { connect } from 'react-redux';
55
import { NavLink } from 'react-router-dom';
66
import { withRouter } from 'react-router';
77
import mixpanel from 'mixpanel-browser';
8-
import { Header, Footer } from '@makerdao/ui-components';
8+
import { Footer } from '@makerdao/ui-components';
99
import { colors, fonts } from '../theme';
1010
import { onboardingOpen, OnboardingStates } from '../reducers/onboarding';
1111
import { modalOpen } from '../reducers/modal';
@@ -103,11 +103,6 @@ const Padding = styled.div`
103103
height: 25px;
104104
`;
105105

106-
const BorderLine = styled.div`
107-
height: 1px;
108-
background-color: #445162;
109-
`;
110-
111106
const NetworkNotification = styled.div`
112107
color: ${({ theme }) => theme.text.header_dim};
113108
align-self: center;

0 commit comments

Comments
 (0)