chore(react/type_widget): unnecessary imports

This commit is contained in:
Elian Doran 2025-09-20 10:37:34 +03:00
parent 70a710be79
commit 2273507ef4
No known key found for this signature in database

View File

@ -4,8 +4,6 @@ import froca from "../services/froca.js";
import { t } from "../services/i18n.js";
import toastService from "../services/toast.js";
import { renderReactWidget } from "./react/react_utils.jsx";
import { EventNames, EventData } from "../components/app_context.js";
import { Handler } from "leaflet";
export class TypedBasicWidget<T extends TypedComponent<any>> extends TypedComponent<T> {
protected attrs: Record<string, string>;