add doc comments

This commit is contained in:
MapleLeaf
2022-01-09 20:31:31 -06:00
parent 021afc154f
commit 76bd0b0b98
11 changed files with 152 additions and 15 deletions

View File

@@ -23,6 +23,7 @@ export function Counter(props: { onDeactivate: () => void }) {
)}
<Button
style="primary"
emoji="<:plus_one:778531744860602388>"
label="clicc"
onClick={() => setCount(count + 1)}
/>