Remove stuffs

This commit is contained in:
Akira Tempaku 2024-04-23 00:51:07 +09:00
commit 365a262e9d
7 changed files with 2 additions and 60 deletions
src/routes

View file

@ -7,18 +7,8 @@
(pi:define-element page ()
(pi:h
(section (view:cmp-props :css "pages/index.css"
:js "pages/index.js"
:x-data "indexPage")
(h1
"Hello, World!")
(a :href "/about" :hx-boost "true"
"About")
(button :x-data t :@click "$store.darkMode.toggle()"
"Toggle theme")
(button
:@click "increment()"
(span :x-text "count")))))
(div (view:cmp-props :css "pages/index.css")
(h1 "Hello, World!"))))
(defun handle-get (params)
(declare (ignore params))