aboutsummaryrefslogtreecommitdiff
path: root/static/clock.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 21:18:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 21:18:37 +0100
commit0712c416259e4860ff1910c4a5bcd7b37da6b237 (patch)
tree605a1117b33c377ccb08d21b56778fc16a1e30ab /static/clock.ts
parentEverything but lib. (diff)
downloadcalp-0712c416259e4860ff1910c4a5bcd7b37da6b237.tar.gz
calp-0712c416259e4860ff1910c4a5bcd7b37da6b237.tar.xz
lib.
Diffstat (limited to 'static/clock.ts')
-rw-r--r--static/clock.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/clock.ts b/static/clock.ts
index 27c3e4e1..9171b8a8 100644
--- a/static/clock.ts
+++ b/static/clock.ts
@@ -1,5 +1,7 @@
export { SmallcalCellHighlight, Timebar }
+import { makeElement, date_to_percent } from './lib'
+
class Clock {
update(now: Date) {
}