From 201e2fb910f48679eddc2b924b476a536c73bb90 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 2 Sep 2026 17:27:30 +0300 Subject: [PATCH] fix --- src/components/notification/notification.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 34251d42d..51b60fb29 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -13,6 +13,7 @@ import { highlightStyle, } from '../../services/user_highlighter/user_highlighter.js' +import { useFollowRequestsStore } from 'src/stores/follow_requests.js' import { useInstanceStore } from 'src/stores/instance.js' import { useMergedConfigStore } from 'src/stores/merged_config.js' import { useNotificationsStore } from 'src/stores/notifications.js'