Skip to content

Commit af4af57

Browse files
committed
chore(simple-state): remove default value
1 parent 51a393a commit af4af57

File tree

1 file changed

+1
-1
lines changed
  • templates/hyperweb/src/simple-state

1 file changed

+1
-1
lines changed

templates/hyperweb/src/simple-state/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default class Contract {
2-
private state: { value: number } = { value: 0 };
2+
private state: { value: number };
33

44
constructor() { }
55

0 commit comments

Comments
 (0)