chore: remove circular dependency (#12472)

This commit is contained in:
Nikolay Vitkov 2024-05-21 17:49:06 +08:00 committed by GitHub
parent d7c3a7ae33
commit c8a64c0f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,6 @@ export * from './AriaQueryHandler.js';
export * from './Binding.js'; export * from './Binding.js';
export * from './Browser.js'; export * from './Browser.js';
export * from './BrowserConnector.js'; export * from './BrowserConnector.js';
export * from './cdp.js';
export * from './CDPSession.js'; export * from './CDPSession.js';
export * from './ChromeTargetManager.js'; export * from './ChromeTargetManager.js';
export * from './Connection.js'; export * from './Connection.js';