FIX: Prettier on importing mixin (#8270)

This commit is contained in:
Mark VanLandingham
2019-10-30 15:13:48 -05:00
committed by GitHub
parent ba4b557114
commit ced3807b23
30 changed files with 30 additions and 30 deletions

View File

@ -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",