Removed unused import

This commit is contained in:
Michael Arestad 2022-08-31 15:16:35 -06:00
parent 912e6965da
commit 30db8420fb

View File

@ -1,5 +1,4 @@
import memoize from 'memoizerific';
import { color } from './base';
import { Color, Background, Typography } from './types';
type Value = string | number;