mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Split out common functions into discourse-common
module
This commit is contained in:
parent
3a4615c205
commit
be1d74d207
89 changed files with 335 additions and 354 deletions
|
@ -1,5 +1,5 @@
|
|||
import computed from 'ember-addons/ember-computed-decorators';
|
||||
import { iconHTML } from 'discourse/helpers/fa-icon';
|
||||
import { iconHTML } from 'discourse-common/helpers/fa-icon';
|
||||
|
||||
export default Em.Component.extend({
|
||||
tagName: "li",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue