mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
a433b30650
This conversion was achieved using the ember-native-class-codemod, plus a handful of manual fixes/tweaks
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
import Component from "@ember/component";
|
|
|
|
export default class DashboardProblems extends Component {}
|