aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-02-28 06:50:35 +0800
committerFabio Berger <me@fabioberger.com>2018-02-28 06:50:35 +0800
commit79593f52b08176f64321cab6056b09aad31e1c88 (patch)
tree2da025104d08c1f90faffcfcbed5d0652ba6491d /packages/website/ts/pages
parent97fcfb7f6c62aefa3f3a736f7783529d4e3e0018 (diff)
downloaddexon-0x-contracts-79593f52b08176f64321cab6056b09aad31e1c88.tar
dexon-0x-contracts-79593f52b08176f64321cab6056b09aad31e1c88.tar.gz
dexon-0x-contracts-79593f52b08176f64321cab6056b09aad31e1c88.tar.bz2
dexon-0x-contracts-79593f52b08176f64321cab6056b09aad31e1c88.tar.lz
dexon-0x-contracts-79593f52b08176f64321cab6056b09aad31e1c88.tar.xz
dexon-0x-contracts-79593f52b08176f64321cab6056b09aad31e1c88.tar.zst
dexon-0x-contracts-79593f52b08176f64321cab6056b09aad31e1c88.zip
remove unused import
Diffstat (limited to 'packages/website/ts/pages')
-rw-r--r--packages/website/ts/pages/documentation/documentation.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/website/ts/pages/documentation/documentation.tsx b/packages/website/ts/pages/documentation/documentation.tsx
index 9fe599b6d..7eed78fc3 100644
--- a/packages/website/ts/pages/documentation/documentation.tsx
+++ b/packages/website/ts/pages/documentation/documentation.tsx
@@ -29,7 +29,6 @@ import {
TypescriptMethod,
} from 'ts/types';
import { colors } from 'ts/utils/colors';
-import { configs } from 'ts/utils/configs';
import { constants } from 'ts/utils/constants';
import { utils } from 'ts/utils/utils';