Removed unused React imports

This commit is contained in:
Luis Alvarez
2020-10-01 21:34:08 -05:00
parent 44a41eb3e1
commit a1dea9f846
17 changed files with 13 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
import cn from 'classnames'
import React, { FC } from 'react'
import { FC } from 'react'
import s from './Swatch.module.css'
import { Colors } from '@components/ui/types'