mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-15 01:05:49 +08:00
This conversion was achieved using the ember-native-class-codemod, plus a handful of manual fixes/tweaks
3 lines
99 B
JavaScript
3 lines
99 B
JavaScript
import Component from "@ember/component";
|
|
|
|
export default class VersionChecks extends Component {}
|