Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
atarashansky authored and atarashansky committed Aug 25, 2022
1 parent 54e2481 commit c6c4439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/actions/annotation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
* Action creators for user annotation
*/
import difference from "lodash.difference";
import pako from "pako";
import * as globals from "../globals";
import { AppDispatch, GetState } from "../reducers";
import { MatrixFBS, AnnotationsHelpers } from "../util/stateManager";
import { AnnotationsHelpers } from "../util/stateManager";

const { isUserAnnotation } = AnnotationsHelpers;

Expand Down

0 comments on commit c6c4439

Please sign in to comment.