Small fixes

This commit is contained in:
Pieter Vander Vennet 2021-03-22 01:06:24 +01:00
parent 2dcc5b21f5
commit 42ec7a1eb5
2 changed files with 16 additions and 6 deletions

View file

@ -3,9 +3,9 @@ import State from "../State";
import opening_hours from "opening_hours";
import {And, Or, Tag} from "./Tags";
import {Utils} from "../Utils";
import CountryCoder from "latlon2country"
import {UIElement} from "../UI/UIElement";
import Combine from "../UI/Base/Combine";
import CountryCoder from "latlon2country"
class SimpleMetaTagger {
public readonly keys: string[];