Remove stuffs
This commit is contained in:
parent
04b66cecb3
commit
365a262e9d
7 changed files with 2 additions and 60 deletions
src/routes
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue