Add opcode and bodyshop query to main

This commit is contained in:
Patrick Fic
2025-03-21 08:33:41 -07:00
parent 6345b5a9a8
commit 6da5822197
9 changed files with 199 additions and 40 deletions

View File

@@ -17,8 +17,9 @@ const store = new Store({
y: undefined,
},
user: null,
bodyshop: {
id: "6089913a-7522-49e7-8c96-786a488b738d", //TODO: Remove hard coded default.
bodyshop: {},
masterdata: {
opcodes: null,
},
},
},