mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
refactor(client): unused import
This commit is contained in:
parent
bfec44aa5a
commit
e49473fbd3
@ -1,5 +1,5 @@
|
||||
import type { default as Component, TypedComponent } from "../../components/component.js";
|
||||
import BasicWidget, { TypedBasicWidget } from "../basic_widget.js";
|
||||
import type { TypedComponent } from "../../components/component.js";
|
||||
import { TypedBasicWidget } from "../basic_widget.js";
|
||||
|
||||
export default class Container<T extends TypedComponent<any>> extends TypedBasicWidget<T> {
|
||||
doRender() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user