chore: switch from material-ui to mui

This commit is contained in:
David Ralph
2021-09-10 19:00:45 +01:00
parent a7e7743028
commit 6cd934acdc
26 changed files with 28 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ import {
AddCircleOutline as Added,
CreateNewFolderOutlined as Create,
KeyboardAltOutlined as Keybinds
} from '@material-ui/icons';
} from '@mui/icons-material';
function Tab({ label, currentTab, onClick, navbarTab }) {
const getMessage = (languagecode, text) => variables.language.getMessage(languagecode, text);