remove unused import

This commit is contained in:
Fabio Berger
2018-10-05 17:58:54 +01:00
parent 2966ab12e0
commit 6cc9631ef6

View File

@@ -5,7 +5,6 @@ import * as React from 'react';
import { ALink, Styles } from '../types';
import { colors } from '../utils/colors';
import { constants } from '../utils/constants';
import { utils } from '../utils/utils';
import { Link } from './link';