forked from MapComplete/MapComplete
Prettifier
This commit is contained in:
parent
5da7eab890
commit
8511794ef3
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ import Hash from "../../Logic/Web/Hash"
|
|||
import BaseUIElement from "../BaseUIElement"
|
||||
import Title from "./Title"
|
||||
import Hotkeys from "./Hotkeys"
|
||||
import Translations from "../i18n/Translations";
|
||||
import Translations from "../i18n/Translations"
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -8,7 +8,7 @@ import AvailableBaseLayers from "../../Logic/Actors/AvailableBaseLayers"
|
|||
import BaseUIElement from "../BaseUIElement"
|
||||
import { GeoOperations } from "../../Logic/GeoOperations"
|
||||
import Hotkeys from "../Base/Hotkeys"
|
||||
import Translations from "../i18n/Translations";
|
||||
import Translations from "../i18n/Translations"
|
||||
|
||||
class SingleLayerSelectionButton extends Toggle {
|
||||
public readonly activate: () => void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue