1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-05 17:07:18 +03:00

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'