去掉打印

This commit is contained in:
A1300399510
2023-12-20 12:10:34 +08:00
parent 033c26d9ec
commit c188fa2334
13 changed files with 73 additions and 72 deletions

View File

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