Skip to content

Commit f4f6092

Browse files
committed
Initial commit.
0 parents  commit f4f6092

File tree

8 files changed

+1384
-0
lines changed

8 files changed

+1384
-0
lines changed

.editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
insert_final_newline = true

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/node_modules
2+
/dist

0 commit comments

Comments
 (0)