feat: remove previous back button and add a switching validate/back button for better UX

This commit is contained in:
2026-01-19 14:56:59 +01:00
parent 7b53f8407c
commit 2c225f6821
8 changed files with 78 additions and 82 deletions

View File

@@ -12,8 +12,8 @@ public class Config {
public static final String INPUT_JSON_NAME = "pieces.json";
// Output json
public static final String OUPUT_JSON_NAME = "stock.json";
public static final String OUTPUT_JSON_NAME = "stock.json";
// Output json
public static final String OUPUT_CSV_NAME = "stock.csv";
public static final String OUTPUT_CSV_NAME = "stock.csv";
}