mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 08:57:21 +00:00
#6096 export serialtab and serialsession classes
This commit is contained in:
parent
da0a4569de
commit
d98ab296c7
1 changed files with 3 additions and 0 deletions
|
@ -36,3 +36,6 @@ import { SerialProfilesService } from './profiles'
|
|||
],
|
||||
})
|
||||
export default class SerialModule { } // eslint-disable-line @typescript-eslint/no-extraneous-class
|
||||
|
||||
export { SerialTabComponent }
|
||||
export { SerialSession } from './api'
|
||||
|
|
Loading…
Reference in a new issue