aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/ui
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-07 06:57:15 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-07 06:57:15 +0800
commitd1444f228d20807382d7ae2eb87db998f5b878fc (patch)
treec20eb83416588f708fb0783468f4cae922f83b62 /packages/instant/src/components/ui
parent9cc7090e28e3b26886f11d8e894073f69f30b854 (diff)
downloaddexon-sol-tools-d1444f228d20807382d7ae2eb87db998f5b878fc.tar
dexon-sol-tools-d1444f228d20807382d7ae2eb87db998f5b878fc.tar.gz
dexon-sol-tools-d1444f228d20807382d7ae2eb87db998f5b878fc.tar.bz2
dexon-sol-tools-d1444f228d20807382d7ae2eb87db998f5b878fc.tar.lz
dexon-sol-tools-d1444f228d20807382d7ae2eb87db998f5b878fc.tar.xz
dexon-sol-tools-d1444f228d20807382d7ae2eb87db998f5b878fc.tar.zst
dexon-sol-tools-d1444f228d20807382d7ae2eb87db998f5b878fc.zip
remove unused import
Diffstat (limited to 'packages/instant/src/components/ui')
-rw-r--r--packages/instant/src/components/ui/flex.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/instant/src/components/ui/flex.tsx b/packages/instant/src/components/ui/flex.tsx
index ef005db40..fd218b0cd 100644
--- a/packages/instant/src/components/ui/flex.tsx
+++ b/packages/instant/src/components/ui/flex.tsx
@@ -1,5 +1,3 @@
-import * as _ from 'lodash';
-
import { MediaChoice, stylesForMedia } from '../../style/media';
import { ColorOption, styled } from '../../style/theme';
import { cssRuleIfExists } from '../../style/util';