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/tagsLabel.tsx

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

View File

@@ -1,7 +1,7 @@
import extract from 'flarum/common/utils/extract';
import tagLabel from './tagLabel';
import sortTags from '../utils/sortTags';
import Tag from '../models/Tag';
import type Tag from '../models/Tag';
import type { ComponentAttrs } from 'flarum/common/Component';
import type Mithril from 'mithril';