Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(Table): Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Sep 30, 2019
1 parent 4102446 commit ef067d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import styled, {css} from 'styled-components';

import {pxToRem} from '../utils/units';
import {alpha, mix} from '../utils/colors';
import {alpha} from '../utils/colors';
import {borderValue, overflowWrap} from '../mixins';
import {positionProps, marginProps} from '../styleProps';
import {getSpacing} from '../utils/spacing';
Expand Down

0 comments on commit ef067d2

Please sign in to comment.