forked from MapComplete/MapComplete
Chore: remove obsolete class and very old code
This commit is contained in:
parent
5127609120
commit
2efd0fb906
2 changed files with 1 additions and 82 deletions
|
@ -1,14 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { Store, UIEventSource } from "../../Logic/UIEventSource.js"
|
||||
import { Store } from "../../Logic/UIEventSource.js"
|
||||
import type { ProvidedImage } from "../../Logic/ImageProviders/ImageProvider"
|
||||
import AttributedImage from "../Image/AttributedImage.svelte"
|
||||
import type { SpecialVisualizationState } from "../SpecialVisualization"
|
||||
import ToSvelte from "../Base/ToSvelte.svelte"
|
||||
import DeleteImage from "./DeleteImage"
|
||||
import Popup from "../Base/Popup.svelte"
|
||||
import TitledPanel from "../Base/TitledPanel.svelte"
|
||||
import AccordionSingle from "../Flowbite/AccordionSingle.svelte"
|
||||
import NextButton from "../Base/NextButton.svelte"
|
||||
import DeletableImage from "./DeletableImage.svelte"
|
||||
|
||||
export let images: Store<ProvidedImage[]>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue