Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 7004e83

Browse files
authored
fix: circular dependency (#154)
1 parent 9e1250e commit 7004e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui-core/core/src/lib/services/users/users-socket.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { EMPTY, filter, fromEvent, switchMap, tap } from 'rxjs';
44
import { SocketConnectionService } from '../socket-connection/socket-connection.service';
55
import { IUser } from '@gauzy/contracts';
66
import { UsersService } from './users.service';
7-
import { Store } from '@gauzy/ui-core/core';
7+
import { Store } from '../store';
88

99
@UntilDestroy()
1010
@Injectable({

0 commit comments

Comments
 (0)