1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 18:44:20 +03:00
This commit is contained in:
Eugene Pankov 2021-08-03 15:13:17 +02:00
parent edd7e9c7b7
commit c44f3c5f25
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -8,7 +8,6 @@ import { SerialProfileSettingsComponent } from './components/serialProfileSettin
import { SerialTabComponent } from './components/serialTab.component'
import { SerialService } from './services/serial.service'
import { BAUD_RATES, SerialProfile } from './api'
import { profileEnd } from 'console'
@Injectable({ providedIn: 'root' })
export class SerialProfilesService extends ProfileProvider<SerialProfile> {