Import Promise from RSVP

This commit is contained in:
Penar Musaraj 2019-11-22 11:04:36 -05:00
parent b59f841944
commit 155d9f904c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import {
default as computed,
observes
} from "ember-addons/ember-computed-decorators";
import { Promise } from "rsvp";
let _loaded = false,
_promise = null;