Skip to content

Commit

Permalink
refact remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo committed May 22, 2023
1 parent 300308b commit 7997685
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/tools/src/types/IToolGroup.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import type { Types } from '@cornerstonejs/core';
import {
SetToolBindingsType,
ToolOptionsType,
IToolBinding,
} from './ISetToolModeOptions';
import { SetToolBindingsType, ToolOptionsType } from './ISetToolModeOptions';
import { MouseBindings } from '../enums';
/**
* ToolGroup interface
Expand Down

0 comments on commit 7997685

Please sign in to comment.