This commit is contained in:
Eugene Pankov
2023-04-10 21:21:49 +02:00
parent 73fae43027
commit 3b8ca0d592
50 changed files with 50 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ import { SerialService } from '../services/serial.service'
/** @hidden */
@Component({
templateUrl:'./serialProfileSettings.component.pug',
templateUrl: './serialProfileSettings.component.pug',
})
export class SerialProfileSettingsComponent implements ProfileSettingsComponent<SerialProfile> {
profile: SerialProfile