Chore: fix import

This commit is contained in:
Pieter Vander Vennet 2023-04-21 16:20:55 +02:00
parent e4e99c0b0a
commit 3c0a19ebc6

View file

@ -7,7 +7,7 @@ import { UIEventSource } from "../../Logic/UIEventSource";
import Tr from "../Base/Tr.svelte"; import Tr from "../Base/Tr.svelte";
import Translations from "../i18n/Translations"; import Translations from "../i18n/Translations";
import { Translation } from "../i18n/Translation"; import { Translation } from "../i18n/Translation";
import { RasterLayerProperties } from "../../Models/RasterLayerProperties"; import type { RasterLayerProperties } from "../../Models/RasterLayerProperties";
export let layerproperties : RasterLayerProperties export let layerproperties : RasterLayerProperties
export let state: {isDisplayed: UIEventSource<boolean>}; export let state: {isDisplayed: UIEventSource<boolean>};