1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
David Taylor a433b30650
DEV: Convert admin component definitions to native class syntax ()
This conversion was achieved using the ember-native-class-codemod, plus a handful of manual fixes/tweaks
2023-02-23 15:32:53 +00:00

4 lines
110 B
JavaScript

import Component from "@ember/component";
export default class SettingValidationMessage extends Component {}