no message

This commit is contained in:
A1300399510
2023-12-18 18:47:07 +08:00
parent 8f6393c912
commit 18b3daefde
26 changed files with 493 additions and 226 deletions

2
components/states.js Normal file
View File

@@ -0,0 +1,2 @@
export const useCounter = () => useState('counter', () => 0)
export const useColor = () => useState('color', () => 'pink')