Begin working on converting the list of text into an actual graph
This commit is contained in:
parent
c7197641b6
commit
cb519ad721
4 changed files with 108 additions and 46 deletions
|
|
@ -38,7 +38,8 @@ Hooks.on(`init`, () => {
|
|||
db: UserFlagDatabase,
|
||||
viewer: StatsViewer,
|
||||
creator: TableCreator,
|
||||
manager: TableManager,
|
||||
tableManager: TableManager,
|
||||
rowManager: null,
|
||||
};
|
||||
|
||||
if (import.meta.env.DEV) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue