From b88db06a74e98737c5fbec98882f2b60d4b1f6c0 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> Date: Thu, 24 Mar 2022 21:26:03 -0400 Subject: [PATCH] Update extensions/tags/js/src/common/helpers/tagIcon.tsx Co-authored-by: David Wheatley --- extensions/tags/js/src/common/helpers/tagIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/tags/js/src/common/helpers/tagIcon.tsx b/extensions/tags/js/src/common/helpers/tagIcon.tsx index a1aec6007..5c7938fbc 100644 --- a/extensions/tags/js/src/common/helpers/tagIcon.tsx +++ b/extensions/tags/js/src/common/helpers/tagIcon.tsx @@ -1,6 +1,6 @@ import { ComponentAttrs } from 'flarum/common/Component'; import classList from 'flarum/common/utils/classList'; -import Tag from '../models/Tag'; +import type Tag from '../models/Tag'; import type Mithril from 'mithril'; export default function tagIcon(tag: Tag, attrs: ComponentAttrs = {}, settings: {useColor?: boolean} = {}): Mithril.Children {