Remove genversion as it is no longer used

This commit is contained in:
Julian Stirling 2025-11-05 17:11:05 +00:00
parent 1ba1a3082b
commit cb74db8061
3 changed files with 2 additions and 200 deletions

View file

@ -8,7 +8,6 @@ import VueObserveVisibility from "vue-observe-visibility";
// Import MD icons
import "material-symbols/outlined.css";
import version from "./version.js";
// UIKit overrides
UIkit.mixin(
@ -27,9 +26,6 @@ Vue.config.productionTip = false;
Vue.mixin({
methods: {
app_version() {
return version;
},
thingDescription(thing) {
return this.$store.getters["wot/thingDescription"](thing);
},