#6096 export serialtab and serialsession classes

This commit is contained in:
Eugene Pankov 2023-04-29 23:01:17 -07:00
parent da0a4569de
commit d98ab296c7
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -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'