aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/top_bar/top_bar.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-02 02:40:06 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-02 02:49:58 +0800
commit817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0 (patch)
tree2c699c6694c8d9535b7838b128b52becca9e2831 /packages/website/ts/components/top_bar/top_bar.tsx
parent3a7f26f6200bd3796a5207f62c0bdd18858db0e1 (diff)
downloaddexon-sol-tools-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar
dexon-sol-tools-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.gz
dexon-sol-tools-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.bz2
dexon-sol-tools-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.lz
dexon-sol-tools-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.xz
dexon-sol-tools-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.zst
dexon-sol-tools-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.zip
Add styled-components and polished
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 db8e3cb82..ac1dd7d99 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';