This commit is contained in:
2025-07-21 09:05:42 -09:00
parent 59ad03f123
commit 7eacce84c7
+1 -3
View File
@@ -36,10 +36,8 @@
[:main
[:div
[:p "this is page2"]
[:button
{:data-on-click (->expr (@post ~say-hi))}
[:button {:data-on-click (->expr (@post ~say-hi))}
"say hi to everyone"]]
[:button {:data-on-click (->expr (@post ~home-page))}
"go back to home"]]))