Fix unused vars for react-shared and website

This commit is contained in:
fragosti
2018-08-30 13:24:17 -07:00
parent eb4517d737
commit 1d5ef4d0ca
16 changed files with 10 additions and 19 deletions

View File

@@ -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,