This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-28 14:15:40 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
ff5a82b614
discourse
/
app
/
assets
/
javascripts
/
admin
/
components
/
admin-nav.js.es6
5 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
REFACTOR: Remove `Ember.Component` global variable Use imports instead.
2019-10-24 00:30:52 +08:00
import Component from "@ember/component";
export default Component.extend({
DEV: introduces prettier for es6 files
2018-06-15 23:03:24 +08:00
tagName: ""
Fix eslint.
2017-10-31 08:34:13 +08:00
});
Reference in New Issue
Copy Permalink