feature: generator nr pociągi

This commit is contained in:
2023-02-08 00:30:18 +01:00
parent 9893353daf
commit bf00533458
15 changed files with 487 additions and 300 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export interface IStore {
isRandomizerCardOpen: boolean;
isRealStockListCardOpen: boolean;
stockSectionMode: 'stock-list' | 'stock-generator';
stockSectionMode: 'stock-list' | 'stock-generator' | 'number-generator';
stockData?: IStockData;
}