Fix import cycle

This commit is contained in:
Diego Mello 2024-04-19 13:32:56 -03:00
parent 9b7ab79fda
commit 15766e2f64
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import Deferred from './helpers/deferred';
import log from '../methods/helpers/log';
import { store } from '../store/auxStore';
import { joinVectorData, randomPassword, splitVectorData, toString, utf8ToBuffer } from './utils';
import { EncryptionRoom } from './index';
import EncryptionRoom from './room';
import { IMessage, ISubscription, TMessageModel, TSubscriptionModel, TThreadMessageModel, TThreadModel } from '../../definitions';
import {
E2E_BANNER_TYPE,