Remove unused import

This commit is contained in:
Daniel Imms
2017-03-04 14:09:13 -08:00
parent aafb5333b9
commit ab34d53d6b
-1
View File
@@ -2,7 +2,6 @@
* @license MIT
*/
import { isMac } from './utils/Browser';
import { LinkMatcherOptions } from './Interfaces';
import { LinkMatcher, LinkMatcherHandler, LinkMatcherValidationCallback } from './Types';