From cdb4c5a10cf2815883e82e28ebd4c9fe6a6c8d3d Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:13:36 +0000 Subject: [PATCH] Update js/src/forum/components/BestAnswerInDiscussionNotification.ts Co-authored-by: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com> --- js/src/forum/components/BestAnswerInDiscussionNotification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/forum/components/BestAnswerInDiscussionNotification.ts b/js/src/forum/components/BestAnswerInDiscussionNotification.ts index 400ada5..4bbced6 100644 --- a/js/src/forum/components/BestAnswerInDiscussionNotification.ts +++ b/js/src/forum/components/BestAnswerInDiscussionNotification.ts @@ -1,4 +1,4 @@ -import Discussion from 'flarum/common/models/Discussion'; +import type Discussion from 'flarum/common/models/Discussion'; import app from 'flarum/forum/app'; import Notification from 'flarum/forum/components/Notification';