Skip to content

Commit

Permalink
Uninstalls Material UI 👋🏻 (#5839)
Browse files Browse the repository at this point in the history
* bye bye material ui 👋🏻

* uninstall `react-dates` and clean up vite configs
  • Loading branch information
rithviknishad authored Jul 6, 2023
1 parent 6b1ff7f commit 473c0b0
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 1,908 deletions.
9 changes: 5 additions & 4 deletions bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"reason": {
"react-jsx": 3
},
"bsc-flags": ["-bs-super-errors"],
"bsc-flags": [
"-bs-super-errors"
],
"sources": [
{
"dir": "src",
Expand All @@ -20,12 +22,11 @@
"bs-dependencies": [
"@rescript/react",
"@glennsl/bs-json",
"rescript-webapi",
"rescript-material-ui"
"rescript-webapi"
],
"ppx-flags": [],
"refmt": 3,
"gentypeconfig": {
"language": "typescript"
}
}
}
Loading

0 comments on commit 473c0b0

Please sign in to comment.