Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
LlGC-jop committed Oct 22, 2024
1 parent df50146 commit 2f33eca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const $ = require("jquery");
import { BaseView } from "./BaseView";
import { Bools } from "@edsilv/utils";
import { IIIFEvents } from "../../IIIFEvents";
import { ExpandPanel } from "../../extensions/config/ExpandPanel";

export class BaseExpandPanel<T extends ExpandPanel> extends BaseView<T> {
Expand Down

0 comments on commit 2f33eca

Please sign in to comment.