aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared
diff options
context:
space:
mode:
authorFrancesco Agosti <francesco.agosti93@gmail.com>2018-08-31 06:38:21 +0800
committerGitHub <noreply@github.com>2018-08-31 06:38:21 +0800
commit66eef758c6bbc1ee16fb44957d640662ee9f8e87 (patch)
tree13326c877854a5e7d84f7e640ef6d05757e4bfc7 /packages/react-shared
parent580271380111d8ae357fed6af30d00ba4a281041 (diff)
parent80b7a7842ca56677a5ead4155587d63153042afc (diff)
downloaddexon-0x-contracts-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar
dexon-0x-contracts-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.gz
dexon-0x-contracts-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.bz2
dexon-0x-contracts-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.lz
dexon-0x-contracts-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.xz
dexon-0x-contracts-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.zst
dexon-0x-contracts-66eef758c6bbc1ee16fb44957d640662ee9f8e87.zip
Merge pull request #1047 from 0xProject/feature/re-add-no-unused-variables
Re-add no-unused-variable tslint rule
Diffstat (limited to 'packages/react-shared')
-rw-r--r--packages/react-shared/src/components/anchor_title.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/react-shared/src/components/anchor_title.tsx b/packages/react-shared/src/components/anchor_title.tsx
index 451ba1729..8f7e4af27 100644
--- a/packages/react-shared/src/components/anchor_title.tsx
+++ b/packages/react-shared/src/components/anchor_title.tsx
@@ -3,7 +3,6 @@ import { Link as ScrollLink } from 'react-scroll';
import { HeaderSizes, Styles } from '../types';
import { constants } from '../utils/constants';
-import { utils } from '../utils/utils';
const headerSizeToScrollOffset: { [headerSize: string]: number } = {
h2: -20,