diff options
Diffstat (limited to 'view/main.templ')
-rw-r--r-- | view/main.templ | 1 |
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>
|