Skip to content

Commit

Permalink
Remove material ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sigridge committed Oct 17, 2023
1 parent dcaef93 commit 80651ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 463 deletions.
4 changes: 0 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"prettier:ci": "prettier --check . "
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
Expand Down
10 changes: 0 additions & 10 deletions frontend/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { PopoverVirtualElement } from "@mui/material";

export type Consultant = {
id: string;
name: string;
Expand All @@ -19,11 +17,3 @@ export type Department = {
id: string;
name: string;
};

export type AnchorProp =
| Element
| (() => Element)
| PopoverVirtualElement
| (() => PopoverVirtualElement)
| null
| undefined;
Loading

0 comments on commit 80651ec

Please sign in to comment.