summaryrefslogtreecommitdiff
path: root/view/main.templ
diff options
context:
space:
mode:
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>