Skip to content

Commit

Permalink
wc: remove unnecessary imports #TASK-5070
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodielm committed Nov 16, 2023
1 parent a9e1379 commit f352d7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/webcomponents/clinical/rga/rga-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {LitElement, html} from "lit";
import UtilsNew from "../../../core/utils-new.js";
import {guardPage} from "../../commons/html-utils.js";
import "../../commons/opencga-active-filters.js";
import "../../commons/forms/select-field-filter.js";
import "../../loading-spinner.js";
import "../../commons/tool-header.js";
import "./rga-gene-view.js";
Expand Down
1 change: 0 additions & 1 deletion src/webcomponents/commons/opencga-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {guardPage} from "./html-utils.js";
import "./opencga-browser-filter.js";
import "./opencga-facet-result-view.js";
import "./opencga-active-filters.js";
import "./forms/select-field-filter.js";
import "./opencb-facet-results.js";
import "./facet-filter.js";
import "../loading-spinner.js";
Expand Down

0 comments on commit f352d7d

Please sign in to comment.