Added point buy form

This commit is contained in:
Stefan Zermatten
2022-08-17 13:42:47 +02:00
parent f2a1861279
commit 9b652fc133
8 changed files with 192 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ const STORAGE_LIMITS = Object.freeze({
tagCount: 64,
writersCount: 20,
libraryCollectionCount: 32,
pointBuyRowsCount: 32,
});
export default STORAGE_LIMITS;