Linting of the postboxes theme

This commit is contained in:
Pieter Vander Vennet 2021-10-11 22:32:25 +02:00
parent 652b936444
commit 2d8b9a9481
3 changed files with 146 additions and 138 deletions

View file

@ -4,7 +4,6 @@
* Technically, more an Actor then a featuresource, but it fits more neatly this ay
*/
import {FeatureSourceForLayer} from "../FeatureSource";
import SimpleMetaTagger from "../../SimpleMetaTagger";
export default class SaveTileToLocalStorageActor {
public static readonly storageKey: string = "cached-features";