Skip to content

Commit 0eb050f

Browse files
Fix a strange JSX bug (#743)
1 parent ae4d7b9 commit 0eb050f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/topBar/MessageBanner.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
*/
77
import { ReactNode, useState } from 'react';
88
import { Box, type Theme } from '@mui/material';
9-
import CloseIcon from '@mui/icons-material/Close';
10-
import WarningAmberIcon from '@mui/icons-material/WarningAmber';
9+
import { Close as CloseIcon, WarningAmber as WarningAmberIcon } from '@mui/icons-material';
1110
import type { SystemStyleObject } from '@mui/system';
1211

1312
const styles = {

0 commit comments

Comments
 (0)