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 { alias, or, and, reads, equal, notEmpty } from "@ember/object/computed";
import EmberObject from "@ember/object";
import { next } from "@ember/runloop";