Add TableCreator to the API

This commit is contained in:
Oliver-Akins 2025-05-03 21:48:42 -06:00
parent 6a83209a58
commit bb4c24329a

View file

@ -1,5 +1,6 @@
// Apps // Apps
import { StatsViewer } from "./Apps/StatsViewer.mjs"; import { StatsViewer } from "./Apps/StatsViewer.mjs";
import { TableCreator } from "./Apps/TableCreator.mjs";
import { TestApp } from "./Apps/TestApp.mjs"; import { TestApp } from "./Apps/TestApp.mjs";
// Utils // Utils
@ -16,6 +17,7 @@ Object.defineProperty(
Apps: { Apps: {
TestApp, TestApp,
StatsViewer, StatsViewer,
TableCreator,
}, },
utils: { utils: {
filterPrivateRows, filterPrivateRows,