Skip to content

Commit 1b5500a

Browse files
committed
Release flow and reorganize repo
1 parent 06a1ab0 commit 1b5500a

File tree

179 files changed

+10033
-2696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+10033
-2696
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["@babel/preset-env", "@babel/preset-react"]
3+
}

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
.idea
2+
13
node_modules/
4+
5+
src
6+
dist
7+
static
8+
gh-pages

docs/index.html

-427
This file was deleted.

0 commit comments

Comments
 (0)