Begin working on converting the list of text into an actual graph

This commit is contained in:
Oliver-Akins 2025-05-24 16:45:43 -06:00
parent c7197641b6
commit cb519ad721
4 changed files with 108 additions and 46 deletions

View file

@ -38,7 +38,8 @@ Hooks.on(`init`, () => {
db: UserFlagDatabase,
viewer: StatsViewer,
creator: TableCreator,
manager: TableManager,
tableManager: TableManager,
rowManager: null,
};
if (import.meta.env.DEV) {