mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: Sync up master with changes for Ember-CLI (#11671)
The more parallel the branches, the easier the transition will be.
This commit is contained in:
11
app/assets/javascripts/discourse-widget-hbs/addon/helpers.js
Normal file
11
app/assets/javascripts/discourse-widget-hbs/addon/helpers.js
Normal file
@@ -0,0 +1,11 @@
|
||||
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,
|
||||
};
|
||||
Reference in New Issue
Block a user