Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Nov 16, 2019
1 parent 49c6d74 commit 7f82fd8
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -27,11 +27,6 @@ import {changeIntervalLabelLength} from "./editCache/changeIntervalLabelLength";
import {changeIntervalLabelDirection} from "./editCache/changeIntervalLabelDirection";
import {changeIntervalLabelVadjust} from "./editCache/changeIntervalLabelVadjust";
import {toggleCoverageTrackLayerVisibility} from "./editCache/toggleCoverageTrackLayerVisibility";
import { Dialog } from '../../components/dialog';
import { DialogTitle } from '../../components/dialogTitle';
import { DialogActions } from '../../components/dialogActions';
import { Button } from '../../components/button';
import { enQueueOperation } from '../../enQueueOperation';
import { CopyFigureDialog } from './containers/copyFigureDialog';
import { DeleteFigureDialog } from './containers/deleteFigureDialog';

Expand Down

0 comments on commit 7f82fd8

Please sign in to comment.