moved preferences model

pull/3/head
Chris Veilleux 2019-03-14 12:47:44 -05:00
parent 731393ad05
commit cc0a6f83ae
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ import {
} from '@angular/router';
import { Observable } from 'rxjs';
import { AccountPreferences, DeviceService } from '../http/device.service';
import { AccountPreferences } from '../../shared/models/preferences.model';
import { DeviceService } from '../http/device.service';
@Injectable({
providedIn: 'root',