Remove stuffs

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

View file

@ -1,7 +0,0 @@
@scope ([data-css='pages/about.css']) {
:scope {
height: 100svh;
display: grid;
place-content: center;
}
}

0
assets/js/pages/.keep Normal file
View file

View file

@ -1,7 +0,0 @@
export const aboutPage = () => ({
count: 0,
decrement() {
this.count--
}
})

View file

@ -1,7 +0,0 @@
export const indexPage = () => ({
count: 0,
increment() {
this.count++
}
})