Remove unused import

This commit is contained in:
Jordan Eldredge 2018-10-15 18:53:50 -07:00
parent 9e3fbb699d
commit ea313f8f0f

View file

@ -1,6 +1,5 @@
import * as React from "react";
import { connect } from "react-redux";
import { cursorSelectors } from "../../skinSelectors";
import * as Selectors from "../../selectors";
import * as Utils from "../../utils";
import * as FileUtils from "../../fileUtils";