mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:11:13 +08:00
FIX: Prettier on importing mixin (#8270)
This commit is contained in:

committed by
GitHub

parent
ba4b557114
commit
ced3807b23
@ -1,6 +1,6 @@
|
||||
import computed from "ember-addons/ember-computed-decorators";
|
||||
import { categoryLinkHTML } from "discourse/helpers/category-link";
|
||||
import Mixin from '@ember/object/mixin';
|
||||
import Mixin from "@ember/object/mixin";
|
||||
|
||||
const CUSTOM_TYPES = [
|
||||
"bool",
|
||||
|
Reference in New Issue
Block a user