Adding theme using git clone

This commit is contained in:
2020-05-04 03:34:15 +01:00
parent 12ff2fcd6a
commit 4e690ded74
113 changed files with 8549 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"presets": [
"@babel/preset-env",
],
"plugins": [
"@babel/plugin-transform-runtime",
],
}