aboutsummaryrefslogtreecommitdiff
path: root/static/js/index.ts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-02-02 19:42:49 -0500
committertdro <tdro@noreply.example.com>2024-02-02 19:42:49 -0500
commit9508719b77269d1a9a67aab4b9c9070b2b3d6ebd (patch)
treea6c7f70420cc9f7565338d682be9ed53a895edb1 /static/js/index.ts
parent8dedf83b22c0da44e0d83a9940291e0d1f0497e4 (diff)
downloadcanory-9508719b77269d1a9a67aab4b9c9070b2b3d6ebd.tar.gz
canory-9508719b77269d1a9a67aab4b9c9070b2b3d6ebd.tar.bz2
canory-9508719b77269d1a9a67aab4b9c9070b2b3d6ebd.zip
static/js: Add pseudo state mechanism
Semi auto
Diffstat (limited to 'static/js/index.ts')
-rw-r--r--static/js/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/index.ts b/static/js/index.ts
index f43183c..4b0951c 100644
--- a/static/js/index.ts
+++ b/static/js/index.ts
@@ -6,6 +6,7 @@ import "./contextmenu.ts";
import "./fixedsearch.ts";
import "./autoplay.ts";
import "./hoverfix.ts";
+import "./forms.ts";
import "./timeago.ts";
console.log("INFO: Surface Control Complete");