Housekeeping

This commit is contained in:
Pieter Vander Vennet 2023-06-11 02:03:54 +02:00
parent c47876e6f0
commit 1f3893406d

View file

@ -26,7 +26,7 @@ import {Feature, Point} from "geojson"
import DivContainer from "../Base/DivContainer"
import ShowDataLayer from "../ShowDataLayer/ShowDataLayer"
import SvelteUIElement from "../Base/SvelteUIElement"
import {AllSharedLayers} from "../../Customizations/AllSharedLayers";
import { AllSharedLayers } from "../../Customizations/AllSharedLayers"
class PreviewPanel extends ScrollableFullScreen {
constructor(tags: UIEventSource<any>) {