Remove references to the AttributeManager now that it is no longer required

This commit is contained in:
Oliver 2026-04-26 23:52:37 -06:00
parent 0347a00632
commit 14193cbad0
8 changed files with 0 additions and 516 deletions

View file

@ -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,
},