summaryrefslogtreecommitdiff
path: root/view/main.templ
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-13 23:48:00 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-13 23:48:00 +0200
commitc3b66fc95102b36bf21eacdc960183216683c270 (patch)
tree76b94129c680dd67979e44bf2adf48213513a0d3 /view/main.templ
parent5e12dabced6ce55031f5c7f13afb15048d03edcd (diff)
Show timer, set time on create
Diffstat (limited to 'view/main.templ')
-rw-r--r--view/main.templ1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/main.templ b/view/main.templ
index b6d94d8..64a365c 100644
--- a/view/main.templ
+++ b/view/main.templ
@@ -6,6 +6,7 @@ templ Main(contents templ.Component) {
<head>
<title>Cool timer app</title>
<link rel="stylesheet" href="/static/style.css" />
+ <script type="module" src="/static/ui-components.js"></script>
<script src="/static/htmx.min.js"></script>
<script src="/static/response-targets.js"></script>
</head>