Dokończono widok listy i karty pociągów

This commit is contained in:
2022-02-03 12:56:19 +01:00
parent 3268ae4b4a
commit 26bee52851
6 changed files with 555 additions and 459 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const i18n = createI18n({
en: enLang,
pl: plLang,
},
enableLegacy: false
enableLegacy: false,
})
const clickOutsideDirective: Directive = {