mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 02:07:15 +08:00
![David Taylor](/assets/img/avatar_default.png)
This conversion was achieved using the ember-native-class-codemod, plus a handful of manual fixes/tweaks
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
import Component from "@ember/component";
|
|
|
|
export default class Upload extends Component {}
|