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
import { StatsViewer } from "./Apps/StatsViewer.mjs";
import { TableCreator } from "./Apps/TableCreator.mjs";
import { TestApp } from "./Apps/TestApp.mjs";
// Utils
@ -16,6 +17,7 @@ Object.defineProperty(
Apps: {
TestApp,
StatsViewer,
TableCreator,
},
utils: {
filterPrivateRows,