From 0489435a2d1cf5ccedb6d739ac33ade943bdbc92 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 25 Aug 2020 17:10:35 +0100 Subject: [PATCH] Remove unused import --- src/class-names/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/class-names/index.js b/src/class-names/index.js index c456d5b..5951029 100644 --- a/src/class-names/index.js +++ b/src/class-names/index.js @@ -10,7 +10,6 @@ import invariant from 'tiny-invariant' import getPlugins from './getPlugins' import getVariants from './getVariants' import resolveConfig from './resolveConfig' -import * as util from 'util' import * as path from 'path' import * as fs from 'fs' import { getUtilityConfigMap } from './getUtilityConfigMap'