Converted id module. Renamed things.

This commit is contained in:
Jay
2025-10-24 12:37:20 -04:00
parent 2be1fff4ec
commit b23e56b2e6
10 changed files with 289 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
import { EventID } from "./id";
import { Sign } from "./sign";
export const Event = {
...EventID,
...Sign,
};