mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +02:00
chore: switch from material-ui to mui
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user