Fix deprecation warning
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Service, { inject as service } from '@ember/service';
|
||||
import Service, { service } from '@ember/service';
|
||||
import { tracked } from '@glimmer/tracking';
|
||||
import { EventStore } from 'applesauce-core/event-store';
|
||||
import { ProfileModel } from 'applesauce-core/models/profile';
|
||||
|
||||
Reference in New Issue
Block a user