diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 06:57:15 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 06:57:15 +0800 |
commit | d1444f228d20807382d7ae2eb87db998f5b878fc (patch) | |
tree | c20eb83416588f708fb0783468f4cae922f83b62 /packages/instant | |
parent | 9cc7090e28e3b26886f11d8e894073f69f30b854 (diff) | |
download | dexon-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')
-rw-r--r-- | packages/instant/src/components/ui/flex.tsx | 2 |
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'; |