init
All checks were successful
Deployment / Deploy Storybook (push) Successful in 5m56s

This commit is contained in:
Benjamin Palko 2025-04-01 13:49:37 -04:00
commit 8b064f9cdd
76 changed files with 3578 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
[*.{js,ts}]
indent_style = tab
indent_size = 4
[{*.{yml,mjs,json}}]
indent_style = space
indent_size = 2