fix import for AOT transpilation

This commit is contained in:
Nicolas Constant 2018-10-22 02:01:38 -04:00
parent 409fbe9c4e
commit b175137149
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Component, OnInit, Input, Output, Inject, LOCALE_ID, ElementRef, EventEmitter } from "@angular/core";
import { Status } from "../../../services/models/mastodon.interfaces";
import { Status, Account} from "../../../services/models/mastodon.interfaces";
import { formatDate } from '@angular/common';
import { stateNameErrorMessage } from "@ngxs/store/src/decorators/state";
import { StatusWrapper } from "../stream.component";