diff --git a/src/components/NumberGeneratorTab.vue b/src/components/NumberGeneratorTab.vue
index cf9d7c6..721b82d 100644
--- a/src/components/NumberGeneratorTab.vue
+++ b/src/components/NumberGeneratorTab.vue
@@ -7,9 +7,14 @@
-
-
+
Wygenerowany numer pociągu: {{ trainNumber }}
-
+
-
+
+
+
@@ -33,20 +40,31 @@ import { useStore } from '../store';
import genData from '../constants/numberGeneratorData.json';
+type RegionName = keyof typeof genData.regionNumbers;
+
const store = useStore();
-const regionNumbers = ref(null) as Ref