discourse/app/assets/javascripts/discourse-widget-hbs/addon/helpers.js
Robin Ward e80332a2bc
REFACTOR: Sync up master with changes for Ember-CLI (#11671)
The more parallel the branches, the easier the transition will be.
2021-01-12 10:13:21 -05:00

12 lines
291 B
JavaScript

import { avatarFor as avatar } from "discourse/widgets/post";
import { dateNode } from "discourse/helpers/node";
import { iconNode } from "discourse-common/lib/icon-library";
import rawHtml from "discourse/widgets/raw-html";
export default {
avatar,
dateNode,
iconNode,
rawHtml,
};