@ -1,6 +1,6 @@
export class Counter {
count = -1;
static count() {}
constructor() {
this.count = $state(0);
}