Senor-Label richtiger Umbruch

This commit is contained in:
2024-12-19 15:50:15 +00:00
parent fee5ed1ea7
commit 49378476c2
7 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import express from 'express'
import pkg from '../package.json' assert { type: "json" }
import pkg from '../package.json' with { type: "json" }
import { setLanguage } from '../charts/utilities.js'
const router = express.Router()