mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 06:23:43 +08:00
48193767bf
Automatically generated by `eslint --fix` to satisfy the updated configuration
12 lines
291 B
JavaScript
12 lines
291 B
JavaScript
import { dateNode } from "discourse/helpers/node";
|
|
import { avatarFor as avatar } from "discourse/widgets/post";
|
|
import rawHtml from "discourse/widgets/raw-html";
|
|
import { iconNode } from "discourse-common/lib/icon-library";
|
|
|
|
export default {
|
|
avatar,
|
|
dateNode,
|
|
iconNode,
|
|
rawHtml,
|
|
};
|