mirror of
https://github.com/NicolasConstant/sengi
synced 2024-12-27 08:53:48 +01:00
fix import
This commit is contained in:
parent
b8a58963d9
commit
1837e6c221
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user