1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Update extensions/tags/js/src/common/helpers/tagLabel.tsx

Co-authored-by: David Wheatley <hi@davwheat.dev>
This commit is contained in:
Alexander Skvortsov
2022-03-24 21:26:07 -04:00
committed by GitHub
parent b88db06a74
commit 5fa968df2f

View File

@@ -3,7 +3,7 @@ import app from 'flarum/common/app';
import extract from 'flarum/common/utils/extract';
import Link from 'flarum/common/components/Link';
import tagIcon from './tagIcon';
import Tag from '../models/Tag';
import type Tag from '../models/Tag';
import type { ComponentAttrs } from 'flarum/common/Component';
import type Mithril from 'mithril';