diff --git a/apps/frontend/src/components/notifications/notification.component.tsx b/apps/frontend/src/components/notifications/notification.component.tsx index 7b076798..0c509ce5 100644 --- a/apps/frontend/src/components/notifications/notification.component.tsx +++ b/apps/frontend/src/components/notifications/notification.component.tsx @@ -6,6 +6,7 @@ import { FC, useCallback, useState } from 'react'; import clsx from 'clsx'; import { useClickAway } from '@uidotdev/usehooks'; import interClass from '@gitroom/react/helpers/inter.font'; +import ReactLoading from 'react-loading'; function replaceLinks(text: string) { const urlRegex = @@ -47,6 +48,11 @@ export const NotificationOpenComponent = () => {