forked from MapComplete/MapComplete
Chore: fix import
This commit is contained in:
parent
e4e99c0b0a
commit
3c0a19ebc6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { UIEventSource } from "../../Logic/UIEventSource";
|
|||
import Tr from "../Base/Tr.svelte";
|
||||
import Translations from "../i18n/Translations";
|
||||
import { Translation } from "../i18n/Translation";
|
||||
import { RasterLayerProperties } from "../../Models/RasterLayerProperties";
|
||||
import type { RasterLayerProperties } from "../../Models/RasterLayerProperties";
|
||||
|
||||
export let layerproperties : RasterLayerProperties
|
||||
export let state: {isDisplayed: UIEventSource<boolean>};
|
||||
|
|
Loading…
Reference in a new issue