mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 03:19:56 +08:00
This commit was generated using the ember-native-class-codemod along with a handful of manual updates
4 lines
167 B
JavaScript
Vendored
4 lines
167 B
JavaScript
Vendored
import EmberObject from "@ember/object";
|
|
import Setting from "admin/mixins/setting-object";
|
|
|
|
export default class ThemeSettings extends EmberObject.extend(Setting) {}
|