5 lines
173 B
JavaScript
5 lines
173 B
JavaScript
import { htmlHelper } from "discourse-common/lib/helpers";
|
|
import { categoryLinkHTML } from "discourse/helpers/category-link";
|
|
|
|
export default htmlHelper(categoryLinkHTML);
|