Remove duplicate import

pull/7066/head
Wieland Lindenthal 6 years ago
parent 3138793bce
commit 2f4b45a179
  1. 1
      frontend/src/app/modules/global_search/global-search-work-packages.component.ts

@ -60,7 +60,6 @@ import {QueryFormResource} from "app/modules/hal/resources/query-form-resource";
import {QueryFormDmService} from "app/modules/hal/dm-services/query-form-dm.service";
import {WorkPackageFiltersService} from "app/components/filters/wp-filters/wp-filters.service";
import {UrlParamsHelperService} from "app/components/wp-query/url-params-helper";
import {untilComponentDestroyed} from "ng2-rx-componentdestroyed";
export const globalSearchWorkPackagesSelector = 'global-search-work-packages';

Loading…
Cancel
Save