aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/top_bar/top_bar.tsx
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-06 17:30:57 +0800
committerFabio Berger <me@fabioberger.com>2018-06-06 17:30:57 +0800
commit787eec8be4d1318b87bb1edfa1ac9c8689297ccb (patch)
treec5f689ff8d277a8f88645624b4e1162e3cb45efc /packages/website/ts/components/top_bar/top_bar.tsx
parent25f62daf146895a1e0e0c966166f08f28467ae2e (diff)
parentcc39eea9991306eabadd912256452f67fb49c20b (diff)
downloaddexon-0x-contracts-787eec8be4d1318b87bb1edfa1ac9c8689297ccb.tar
dexon-0x-contracts-787eec8be4d1318b87bb1edfa1ac9c8689297ccb.tar.gz
dexon-0x-contracts-787eec8be4d1318b87bb1edfa1ac9c8689297ccb.tar.bz2
dexon-0x-contracts-787eec8be4d1318b87bb1edfa1ac9c8689297ccb.tar.lz
dexon-0x-contracts-787eec8be4d1318b87bb1edfa1ac9c8689297ccb.tar.xz
dexon-0x-contracts-787eec8be4d1318b87bb1edfa1ac9c8689297ccb.tar.zst
dexon-0x-contracts-787eec8be4d1318b87bb1edfa1ac9c8689297ccb.zip
Merge v2-prototype
Diffstat (limited to 'packages/website/ts/components/top_bar/top_bar.tsx')
-rw-r--r--packages/website/ts/components/top_bar/top_bar.tsx2
1 files changed, 1 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 e2d791ae3..606fd845a 100644
--- a/packages/website/ts/components/top_bar/top_bar.tsx
+++ b/packages/website/ts/components/top_bar/top_bar.tsx
@@ -16,9 +16,9 @@ import { TopBarMenuItem } from 'ts/components/top_bar/top_bar_menu_item';
import { DropDown } from 'ts/components/ui/drop_down';
import { Identicon } from 'ts/components/ui/identicon';
import { Dispatcher } from 'ts/redux/dispatcher';
+import { zIndex } from 'ts/style/z_index';
import { Deco, Key, ProviderType, WebsiteLegacyPaths, WebsitePaths } from 'ts/types';
import { constants } from 'ts/utils/constants';
-import { zIndex } from 'ts/utils/style';
import { Translate } from 'ts/utils/translate';
import { utils } from 'ts/utils/utils';