fix: remove unused module

This commit is contained in:
Matt Rothenberg 2020-09-18 10:07:58 -05:00
parent c2a354a8ef
commit 1b516b2654

View File

@ -1,7 +1,7 @@
import React, { FC } from 'react';
import { styled } from '@storybook/theming';
import { opacify, transparentize, lighten } from 'polished';
import { opacify, transparentize } from 'polished';
import { ControlProps, BooleanValue, BooleanConfig } from './types';