Fix item builder

This commit is contained in:
2022-10-28 00:33:15 +02:00
parent 9a6ce1f832
commit 2ed7d58189
5 changed files with 2448 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
app_web/.DS_Store vendored Normal file

Binary file not shown.

BIN
src/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -22,6 +22,7 @@ export default class ItemBuilder {
withType(type) {
this.item.type = type;
return this;
}
withState(key, value) {

2447
yarn.lock Normal file

File diff suppressed because it is too large Load Diff