style(joyent-cp-frontend): remove unused variables

This commit is contained in:
Sérgio Ramos 2017-06-06 22:25:49 +01:00 committed by Judit Greskovits
parent eb37c7de49
commit edc5fcba87
1 changed files with 1 additions and 4 deletions

View File

@ -1,14 +1,11 @@
import React from 'react';
import PropTypes from 'prop-types';
import { Link } from 'react-router-dom';
import styled from 'styled-components';
import { Img } from 'normalized-styled-components';
import remcalc from 'remcalc';
import unitcalc from 'unitcalc';
import Logo from '@assets/triton_logo.png';
import { Col, Row } from 'react-styled-flexboxgrid';
import { P, Header, HeaderBrand, HeaderItem } from 'joyent-ui-toolkit';
import { Header, HeaderBrand, HeaderItem } from 'joyent-ui-toolkit';
const StyledLogo = Img.extend`
width: ${remcalc(87)};