Remove references to the AttributeManager now that it is no longer required
This commit is contained in:
parent
0347a00632
commit
14193cbad0
8 changed files with 0 additions and 516 deletions
|
|
@ -1,6 +1,5 @@
|
|||
// Apps
|
||||
import { Ask } from "./apps/Ask.mjs";
|
||||
import { AttributeManager } from "./apps/AttributeManager.mjs";
|
||||
import { PlayerSheet } from "./apps/PlayerSheet.mjs";
|
||||
import { QueryStatus } from "./apps/QueryStatus.mjs";
|
||||
|
||||
|
|
@ -18,7 +17,6 @@ export const api = deepFreeze({
|
|||
QueryManager,
|
||||
Apps: {
|
||||
Ask,
|
||||
AttributeManager,
|
||||
PlayerSheet,
|
||||
QueryStatus,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue