Install MUI icon library

This commit is contained in:
Rising Odegua
2022-02-16 20:22:40 +01:00
parent c6370ebf2e
commit ef2382cb6e
4 changed files with 341 additions and 58 deletions

View File

@@ -1,3 +1,7 @@
{
"presets": ["@babel/env", "@babel/preset-react"]
"presets": [
["@babel/preset-react", {
"runtime": "automatic"
}]
]
}