diff --git a/packages/desktop-client/src/components/Notifications.tsx b/packages/desktop-client/src/components/Notifications.tsx index 912486a28fc..881b562c648 100644 --- a/packages/desktop-client/src/components/Notifications.tsx +++ b/packages/desktop-client/src/components/Notifications.tsx @@ -13,7 +13,7 @@ import AnimatedLoading from '../icons/AnimatedLoading'; import Delete from '../icons/v0/Delete'; import { styles, theme, type CSSProperties } from '../style'; -import Button, { ButtonWithLoading } from './common/Button'; +import { Button, ButtonWithLoading } from './common/Button'; import ExternalLink from './common/ExternalLink'; import LinkButton from './common/LinkButton'; import Stack from './common/Stack';