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 22, 2023
1 parent 2740f50 commit f5baac7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/webcomponents/commons/filters/study-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {LitElement, html, nothing} from "lit";
import UtilsNew from "../../../core/utils-new.js";
import LitUtils from "../utils/lit-utils.js";
import {guardPage} from "../html-utils.js";
import "../forms/select-field-filter.js";

export default class StudyFilter extends LitElement {

Expand Down
1 change: 0 additions & 1 deletion src/webcomponents/commons/forms/date-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import {LitElement, html, nothing} from "lit";
import UtilsNew from "../../../core/utils-new.js";
import "../forms/select-field-filter.js";
import Types from "../types.js";
import "./data-form.js";
import LitUtils from "../utils/lit-utils.js";
Expand Down

0 comments on commit f5baac7

Please sign in to comment.