This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/discourse/components/topic-category.js.es6
T
Robin Ward a8a76198b1 REFACTOR: Remove Ember.Component global variable
Use imports instead.
2019-10-23 12:30:52 -04:00

4 lines
119 B
JavaScript

import Component from "@ember/component";
// Injections don't occur without a class
export default Component.extend();