Weitere Verbesserungen des Starter Projekts für neue Projekte.

This commit is contained in:
2022-05-25 12:10:29 +02:00
parent 47fdee2396
commit 516c35dcb4
17 changed files with 398 additions and 301 deletions

2
types/global.d.ts vendored
View File

@@ -117,7 +117,7 @@ interface NavigationItem {
interface Locale {
key: string
title: string
title?: string
}
interface GeneralImage {