Chore: cleanup import

This commit is contained in:
Pieter Vander Vennet 2025-04-09 17:12:22 +02:00
parent 347a02778f
commit fa5df1f0f7

View file

@ -1,4 +1,4 @@
import { Store, Stores, UIEventSource } from "../UIEventSource"
import { Store, Stores } from "../UIEventSource"
import BaseUIElement from "../../UI/BaseUIElement"
import { LicenseInfo } from "./LicenseInfo"
import { Utils } from "../../Utils"