Add a flake and move code to index.tsx

This commit is contained in:
2024-02-03 15:08:27 -07:00
parent 582cf4fe75
commit 7060eb1e95
7 changed files with 137 additions and 14 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*.json]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true