diff options
| author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 07:02:44 +0800 | 
|---|---|---|
| committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 07:02:44 +0800 | 
| commit | d59027f0bc3a906ba2ba542eaa6aa98042993216 (patch) | |
| tree | 64aca6b8e70bd651c4324c53cc2a61e0cf4594b9 /packages | |
| parent | d1444f228d20807382d7ae2eb87db998f5b878fc (diff) | |
| download | dexon-sol-tools-d59027f0bc3a906ba2ba542eaa6aa98042993216.tar.gz dexon-sol-tools-d59027f0bc3a906ba2ba542eaa6aa98042993216.tar.zst dexon-sol-tools-d59027f0bc3a906ba2ba542eaa6aa98042993216.zip | |
remove unused dependecny
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/instant/src/components/ui/container.tsx | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/packages/instant/src/components/ui/container.tsx b/packages/instant/src/components/ui/container.tsx index ce35971f1..cbb6a3a15 100644 --- a/packages/instant/src/components/ui/container.tsx +++ b/packages/instant/src/components/ui/container.tsx @@ -1,4 +1,3 @@ -import * as _ from 'lodash';  import { darken } from 'polished';  import { MediaChoice, stylesForMedia } from '../../style/media'; | 
