UX: add version number to loading screen
This commit is contained in:
parent
efce134a6c
commit
41da0d7ab7
5 changed files with 14 additions and 2 deletions
|
@ -6,7 +6,7 @@ import { AuthConfig } from "../Logic/Osm/AuthConfig"
|
|||
export type PriviligedLayerType = (typeof Constants.priviliged_layers)[number]
|
||||
|
||||
export default class Constants {
|
||||
public static vNumber = packagefile.version
|
||||
public static vNumber : string = packagefile.version
|
||||
/**
|
||||
* API key for Maproulette
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue