fix import

This commit is contained in:
Nicolas Constant 2019-02-19 00:02:26 -05:00
parent b8a58963d9
commit 1837e6c221
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { Store } from '@ngxs/store';
import { StreamElement, StreamTypeEnum, AddStream } from '../../../states/streams.state';
import { OpenThreadEvent, ToolsService } from '../../../services/tools.service';
import { StreamStatusesComponent } from '../stream-statuses/stream-statuses.component';
import { AccountInfo } from 'src/app/states/accounts.state';
import { AccountInfo } from '../../../states/accounts.state';
@Component({
selector: 'app-hashtag',