From 8ec25bd6aa1ed68bc7ada7afba90b4b37197fe88 Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Fri, 22 Dec 2023 11:39:34 -0800 Subject: [PATCH] Fix --- packages/desktop-client/src/components/Notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';