typing cleanup

This commit is contained in:
Eugene Pankov
2021-07-14 00:03:05 +02:00
parent e245629c5a
commit 57a198b082
16 changed files with 27 additions and 23 deletions

View File

@@ -91,13 +91,13 @@ import { LocalProfilesService } from './profiles'
TerminalTabComponent,
ShellSettingsTabComponent,
LocalProfileSettingsComponent,
] as any[],
],
declarations: [
TerminalTabComponent,
ShellSettingsTabComponent,
EnvironmentEditorComponent,
LocalProfileSettingsComponent,
] as any[],
],
exports: [
TerminalTabComponent,
EnvironmentEditorComponent,