forked from MapComplete/MapComplete
Refactoring: port Parts of OHVis to svelte
This commit is contained in:
parent
56020adc2f
commit
3b2c2462c5
4 changed files with 65 additions and 58 deletions
|
|
@ -2,6 +2,9 @@ import { FixedUiElement } from "./FixedUiElement"
|
|||
import { Utils } from "../../Utils"
|
||||
import BaseUIElement from "../BaseUIElement"
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
export default class Combine extends BaseUIElement {
|
||||
private readonly uiElements: BaseUIElement[]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue