mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
e80332a2bc
The more parallel the branches, the easier the transition will be.
12 lines
291 B
JavaScript
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,
|
|
};
|