export SSHMultiplexerService

This commit is contained in:
Eugene 2024-06-22 21:36:46 +02:00
parent 24c64a5e24
commit ab4899043f
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -2,3 +2,4 @@ export * from './contextMenu'
export * from './interfaces'
export * from './importer'
export * from './proxyStream'
export { SSHMultiplexerService } from '../services/sshMultiplexer.service'