aboutsummaryrefslogtreecommitdiff
path: root/static/js/index.ts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-29 21:24:09 -0400
committertdro <tdro@noreply.example.com>2022-07-29 21:24:09 -0400
commitb163db67a35a10e153a4fa88d1e1f1d8f9a21f8e (patch)
tree984d46e6ddd5edbddc4b0735752c2982c8d36f1c /static/js/index.ts
parentcc0f3566fc82fd8bfdeb6d5e4234f052fcd764e9 (diff)
downloadcanory-b163db67a35a10e153a4fa88d1e1f1d8f9a21f8e.tar.gz
canory-b163db67a35a10e153a4fa88d1e1f1d8f9a21f8e.tar.bz2
canory-b163db67a35a10e153a4fa88d1e1f1d8f9a21f8e.zip
static/js: Add relative dates
Diffstat (limited to 'static/js/index.ts')
-rw-r--r--static/js/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/js/index.ts b/static/js/index.ts
index 6000441..52cc678 100644
--- a/static/js/index.ts
+++ b/static/js/index.ts
@@ -2,5 +2,6 @@ import "./pager.ts";
import "./plumber.ts";
import "./instantpage.ts";
import "./fixedsearch.ts";
+import "./timeago.ts";
-console.log("Surface Control: OK");
+console.log("Surface Control: Complete");