refactor: refactor UI using jotai

This commit is contained in:
Kevin Yue
2023-06-07 09:20:44 +08:00
parent c07e232ec2
commit 1af21432d4
27 changed files with 866 additions and 640 deletions

View File

@@ -13,3 +13,9 @@ indent_size = 4
[*.{c,h}]
indent_size = 4
[*.{js,jsx,ts,tsx}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false