We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4d7b9 commit 0eb050fCopy full SHA for 0eb050f
src/components/topBar/MessageBanner.tsx
@@ -6,8 +6,7 @@
6
*/
7
import { ReactNode, useState } from 'react';
8
import { Box, type Theme } from '@mui/material';
9
-import CloseIcon from '@mui/icons-material/Close';
10
-import WarningAmberIcon from '@mui/icons-material/WarningAmber';
+import { Close as CloseIcon, WarningAmber as WarningAmberIcon } from '@mui/icons-material';
11
import type { SystemStyleObject } from '@mui/system';
12
13
const styles = {
0 commit comments