1- import { FeedsApi } from './gen/feeds/FeedsApi' ;
1+ import { FeedsApi } from '.. /gen/feeds/FeedsApi' ;
22import {
33 ActivityResponse ,
44 FeedResponse ,
@@ -14,33 +14,33 @@ import {
1414 UpdateFollowRequest ,
1515 UserRequest ,
1616 WSEvent ,
17- } from './gen/models' ;
18- import { FeedsEvent , StreamFile , TokenOrProvider } from './types' ;
19- import { StateStore } from './common/StateStore' ;
20- import { TokenManager } from './common/TokenManager' ;
21- import { ConnectionIdManager } from './common/ConnectionIdManager' ;
22- import { StableWSConnection } from './common/real-time/StableWSConnection' ;
23- import { EventDispatcher } from './common/EventDispatcher' ;
24- import { ApiClient } from './common/ApiClient' ;
17+ } from '.. /gen/models' ;
18+ import { FeedsEvent , StreamFile , TokenOrProvider } from '.. /types' ;
19+ import { StateStore } from '.. /common/StateStore' ;
20+ import { TokenManager } from '.. /common/TokenManager' ;
21+ import { ConnectionIdManager } from '.. /common/ConnectionIdManager' ;
22+ import { StableWSConnection } from '.. /common/real-time/StableWSConnection' ;
23+ import { EventDispatcher } from '.. /common/EventDispatcher' ;
24+ import { ApiClient } from '.. /common/ApiClient' ;
2525import {
2626 addConnectionEventListeners ,
2727 removeConnectionEventListeners ,
2828 streamDevToken ,
29- } from './common/utils' ;
30- import { decodeWSEvent } from './gen/model-decoders/event-decoder-mapping' ;
29+ } from '.. /common/utils' ;
30+ import { decodeWSEvent } from '.. /gen/model-decoders/event-decoder-mapping' ;
3131import {
3232 FeedsClientOptions ,
3333 NetworkChangedEvent ,
3434 StreamResponse ,
35- } from './common/types' ;
36- import { ModerationClient } from './moderation-client' ;
37- import { StreamPoll } from './common/Poll' ;
35+ } from '.. /common/types' ;
36+ import { ModerationClient } from '.. /moderation-client' ;
37+ import { StreamPoll } from '.. /common/Poll' ;
3838import {
3939 Feed ,
4040 handleFollowCreated ,
4141 handleFollowDeleted ,
4242 handleFollowUpdated ,
43- } from './feed' ;
43+ } from '.. /feed' ;
4444
4545export type FeedsClientState = {
4646 connected_user : OwnUser | undefined ;
0 commit comments