add view switcher

This commit is contained in:
2020-05-08 17:02:03 +07:00
parent 6d195901a1
commit 3c81df65a7
18 changed files with 15074 additions and 242 deletions

5
.babelrc Normal file
View File

@@ -0,0 +1,5 @@
{
"plugins": [
["import", { "libraryName": "antd", "libraryDirectory": "es", "style": "css" }] // `style: true` for less
]
}