diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-04 02:55:40 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-04 02:55:40 +0800 |
commit | 3592ebef0800fe3c32c9f1e4870b667a07a322bb (patch) | |
tree | efc7b8c9ef06e457b769a0244b252cdd8f3f7cc7 /packages/website/ts/components/top_bar/top_bar.tsx | |
parent | a783d21409424a5da934d5909a9238d1d08fe88b (diff) | |
download | dexon-0x-contracts-3592ebef0800fe3c32c9f1e4870b667a07a322bb.tar.gz dexon-0x-contracts-3592ebef0800fe3c32c9f1e4870b667a07a322bb.tar.zst dexon-0x-contracts-3592ebef0800fe3c32c9f1e4870b667a07a322bb.zip |
Move over AnchorTitle and associated elements
Diffstat (limited to 'packages/website/ts/components/top_bar/top_bar.tsx')
-rw-r--r-- | packages/website/ts/components/top_bar/top_bar.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/website/ts/components/top_bar/top_bar.tsx b/packages/website/ts/components/top_bar/top_bar.tsx index b2b2d2ebd..829225440 100644 --- a/packages/website/ts/components/top_bar/top_bar.tsx +++ b/packages/website/ts/components/top_bar/top_bar.tsx @@ -1,3 +1,4 @@ +import { styles } from '@0xproject/react-shared'; import * as _ from 'lodash'; import Drawer from 'material-ui/Drawer'; import Menu from 'material-ui/Menu'; @@ -14,7 +15,7 @@ import { Identicon } from 'ts/components/ui/identicon'; import { DocsInfo } from 'ts/pages/documentation/docs_info'; import { NestedSidebarMenu } from 'ts/pages/shared/nested_sidebar_menu'; import { Dispatcher } from 'ts/redux/dispatcher'; -import { Deco, DocsMenu, Key, MenuSubsectionsBySection, ProviderType, Styles, WebsitePaths } from 'ts/types'; +import { Deco, DocsMenu, Key, MenuSubsectionsBySection, ProviderType, WebsitePaths } from 'ts/types'; import { colors } from 'ts/utils/colors'; import { constants } from 'ts/utils/constants'; import { Translate } from 'ts/utils/translate'; |