refactor: routes start

This commit is contained in:
max 2022-08-07 01:56:02 +03:00
parent 8c741a559e
commit 910e782f1f
8 changed files with 46 additions and 7 deletions

View file

@ -1,2 +1,2 @@
export const NO_BURG: TNoBurg = {name: undefined};
export const NO_BURG: TNoBurg = {i: 0, name: undefined};
export const NEUTRALS: TNeutrals = {i: 0, name: "Neutrals"};