mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 02:48:28 +08:00
DEV: introduces prettier for es6 files
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
import SingleSelectComponent from "select-kit/components/single-select";
|
||||
import { on, default as computed } from "ember-addons/ember-computed-decorators";
|
||||
import {
|
||||
on,
|
||||
default as computed
|
||||
} from "ember-addons/ember-computed-decorators";
|
||||
|
||||
export default SingleSelectComponent.extend({
|
||||
pluginApiIdentifiers: ["combo-box"],
|
||||
|
Reference in New Issue
Block a user