FIX: Move makeArray to discourse-common

This commit is contained in:
Robin Ward
2019-11-01 13:06:50 -04:00
parent 6300ac699a
commit dceb72bc69
17 changed files with 23 additions and 22 deletions

View File

@ -1,4 +1,4 @@
import { makeArray } from "discourse/lib/utilities";
import { makeArray } from "discourse-common/lib/helpers";
import { empty, alias } from "@ember/object/computed";
import Component from "@ember/component";
import { on } from "ember-addons/ember-computed-decorators";