Add in a small hackerspace theme

This commit is contained in:
Pieter Vander Vennet 2021-09-03 17:30:35 +02:00
parent 725b4f35e1
commit c15541eddb
2 changed files with 175 additions and 1 deletions

View file

@ -1,10 +1,10 @@
import BaseUIElement from "../BaseUIElement";
import * as L from "leaflet";
import {Map} from "leaflet";
import {UIEventSource} from "../../Logic/UIEventSource";
import Loc from "../../Models/Loc";
import BaseLayer from "../../Models/BaseLayer";
import AvailableBaseLayers from "../../Logic/Actors/AvailableBaseLayers";
import {Map} from "leaflet";
import {Utils} from "../../Utils";
export default class Minimap extends BaseUIElement {