From da399435fdc1944355a1609c89b3a3656c7269ab Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:16:30 +0000 Subject: [PATCH] Update js/src/forum/addBestAnswerCountToUsers.tsx Co-authored-by: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com> --- js/src/forum/addBestAnswerCountToUsers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/forum/addBestAnswerCountToUsers.tsx b/js/src/forum/addBestAnswerCountToUsers.tsx index 3c079be..29befbe 100644 --- a/js/src/forum/addBestAnswerCountToUsers.tsx +++ b/js/src/forum/addBestAnswerCountToUsers.tsx @@ -5,7 +5,7 @@ import UserCard from 'flarum/forum/components/UserCard'; import icon from 'flarum/common/helpers/icon'; import type Mithril from 'mithril'; -import User from 'flarum/common/models/User'; +import type User from 'flarum/common/models/User'; export default function addBestAnswerCountToUsers() { extend(UserCard.prototype, 'infoItems', function (items: ItemList) {