Import ObjectMap from types now that it's moved

This commit is contained in:
Fabio Berger
2018-09-28 13:32:04 +01:00
parent ba7de7204d
commit e664768890

View File

@@ -1,9 +1,10 @@
import { colors } from '@0xproject/react-shared';
import { ObjectMap } from '@0xproject/types';
import * as _ from 'lodash';
import * as React from 'react';
import { DropDown } from 'ts/components/ui/drop_down';
import { Link } from 'ts/components/ui/link';
import { Deco, Key, ObjectMap, WebsitePaths } from 'ts/types';
import { Deco, Key, WebsitePaths } from 'ts/types';
import { constants } from 'ts/utils/constants';
import { Translate } from 'ts/utils/translate';