Add TableCreator to the API
This commit is contained in:
parent
6a83209a58
commit
bb4c24329a
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue