drop unused import

This commit is contained in:
Martin Raifer
2025-05-15 17:03:48 +02:00
parent e25af7c05e
commit 7b702bed16

View File

@@ -7,7 +7,7 @@ import { t } from '../core/localizer';
import { dispatch as d3_dispatch } from 'd3-dispatch';
import { svgIcon } from '../svg/icon';
import { utilGetDimensions } from '../util/dimensions';
import { utilRebind, utilStringQs } from '../util';
import { utilRebind } from '../util';
import { services } from '../services';
import { uiTooltip } from './tooltip';
import { actionChangeTags } from '../actions';