aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/banner/NotificationBanner.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/banner/NotificationBanner.tsx')
-rw-r--r--packages/renderer/src/components/banner/NotificationBanner.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/renderer/src/components/banner/NotificationBanner.tsx b/packages/renderer/src/components/banner/NotificationBanner.tsx
index 818f498..70fe693 100644
--- a/packages/renderer/src/components/banner/NotificationBanner.tsx
+++ b/packages/renderer/src/components/banner/NotificationBanner.tsx
@@ -18,9 +18,9 @@
18 * SPDX-License-Identifier: AGPL-3.0-only 18 * SPDX-License-Identifier: AGPL-3.0-only
19 */ 19 */
20 20
21import { Typography } from '@mui/material';
22import Alert, { AlertColor } from '@mui/material/Alert'; 21import Alert, { AlertColor } from '@mui/material/Alert';
23import Box from '@mui/material/Box'; 22import Box from '@mui/material/Box';
23import Typography from '@mui/material/Typography';
24import { styled } from '@mui/material/styles'; 24import { styled } from '@mui/material/styles';
25import React, { ReactNode } from 'react'; 25import React, { ReactNode } from 'react';
26import { useTranslation } from 'react-i18next'; 26import { useTranslation } from 'react-i18next';