Remove stuffs
This commit is contained in:
parent
04b66cecb3
commit
365a262e9d
7 changed files with 2 additions and 60 deletions
|
@ -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
0
assets/js/pages/.keep
Normal file
|
@ -1,7 +0,0 @@
|
|||
export const aboutPage = () => ({
|
||||
count: 0,
|
||||
|
||||
decrement() {
|
||||
this.count--
|
||||
}
|
||||
})
|
|
@ -1,7 +0,0 @@
|
|||
export const indexPage = () => ({
|
||||
count: 0,
|
||||
|
||||
increment() {
|
||||
this.count++
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue