Rename PageState to Page

This commit is contained in:
Akira Tempaku 2024-04-21 23:48:08 +09:00
commit 7396051d37
4 changed files with 4 additions and 4 deletions
src/routes

View file

@ -9,7 +9,7 @@
(pi:h
(section (view:asset-props :style "pages/index.css"
:script "pages/index.js"
:x-data "indexPageState")
:x-data "indexPage")
(h1
"Hello, World!")
(a :href "/about" :hx-boost "true"