Chore: remove unused imports

This commit is contained in:
Pieter Vander Vennet 2024-12-06 01:04:58 +01:00
parent 569bea313b
commit 378f55b544
2 changed files with 3 additions and 10 deletions

View file

@ -2,7 +2,7 @@ import ChangeTagAction from "./ChangeTagAction"
import { Tag } from "../../Tags/Tag"
import OsmChangeAction from "./OsmChangeAction"
import { ChangeDescription } from "./ChangeDescription"
import { Store, UIEventSource } from "../../UIEventSource"
import { UIEventSource } from "../../UIEventSource"
export default class LinkImageAction extends OsmChangeAction {
private readonly _proposedKey: "image" | "mapillary" | "wiki_commons" | string