chore: remove unused imports

This commit is contained in:
Fabio Berger
2018-10-16 15:41:58 +01:00
parent f35156517d
commit ce68e20e82

View File

@@ -1,5 +1,4 @@
import { ALink, colors, Link, NestedSidebarMenu } from '@0xproject/react-shared';
import { ObjectMap } from '@0xproject/types';
import { ALink, colors, Link } from '@0xproject/react-shared';
import * as _ from 'lodash';
import Drawer from 'material-ui/Drawer';
import * as React from 'react';