Fix: fix import

This commit is contained in:
Pieter Vander Vennet 2025-07-11 03:30:19 +02:00
parent 1f569e3a5d
commit 4aa99992cd

View file

@ -3,7 +3,7 @@ import { Utils } from "../../Utils"
import { LicenseInfo } from "./LicenseInfo"
import Constants from "../../Models/Constants"
import SvelteUIElement from "../../UI/Base/SvelteUIElement"
import { default as MapillaryIcon } from "./Mapillary.svelte"
import { default as MapillaryIcon } from "../../assets/svg/Mapillary.svelte"
import { Feature, Point } from "geojson"
import { Store, UIEventSource } from "../UIEventSource"
import { ServerSourceInfo } from "../../Models/SourceOverview"