Remove bulma, add bun, tailwindcss, daisyui

This commit is contained in:
Akira Tempaku 2024-06-16 14:13:16 +09:00
commit 7040fb5173
9 changed files with 46 additions and 4 deletions
src/routes

View file

@ -7,7 +7,8 @@
(defcomp page ()
(hsx
(h1 "こんにちは")))
(h1 :class "text-primary"
"こんにちは")))
(defun handle-get (params)
(declare (ignore params))