aboutsummaryrefslogtreecommitdiff
path: root/static/script.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 20:48:23 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 20:48:23 +0100
commit2d0ec2b162e3e2851fef7f280aab21c9f00cd171 (patch)
tree5d05f6b3c790a3e7af9b579469d64529c99a06f8 /static/script.ts
parentMostly fix datetime values in frontend. (diff)
downloadcalp-2d0ec2b162e3e2851fef7f280aab21c9f00cd171.tar.gz
calp-2d0ec2b162e3e2851fef7f280aab21c9f00cd171.tar.xz
Everything but lib.
Diffstat (limited to 'static/script.ts')
-rw-r--r--static/script.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/script.ts b/static/script.ts
index 8984c19a..7d98a28a 100644
--- a/static/script.ts
+++ b/static/script.ts
@@ -1,5 +1,9 @@
'use strict';
+import { close_all_popups } from './popup'
+import { VEvent } from './vevent'
+import { SmallcalCellHighlight, Timebar } from './clock'
+
/*
calp specific stuff
*/