Rename PageState to Page
This commit is contained in:
parent
82d40276aa
commit
7396051d37
4 changed files with 4 additions and 4 deletions
src/routes
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue