mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
exported TerminalService
This commit is contained in:
parent
41b6e1d54e
commit
cdc7daf029
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@ import { Observable } from 'rxjs'
|
|||
import { TerminalTabComponent } from './components/terminalTab.component'
|
||||
export { TerminalTabComponent }
|
||||
export { IChildProcess } from './services/sessions.service'
|
||||
export { TerminalService } from './services/terminal.service'
|
||||
|
||||
export abstract class TerminalDecorator {
|
||||
// tslint:disable-next-line no-empty
|
||||
|
|
|
@ -105,3 +105,4 @@ export default class TerminalModule {
|
|||
}
|
||||
|
||||
export * from './api'
|
||||
export { TerminalService }
|
||||
|
|
Loading…
Reference in a new issue