Skip to content
Snippets Groups Projects
Commit 9676c529 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove unused import

parent a57b0530
No related merge requests found
......@@ -10,7 +10,6 @@ import { TranslateService } from '@ngx-translate/core';
import { AuthenticationService } from '../../../services/http/authentication.service';
import { UserRole } from '../../../models/user-roles.enum';
import { User } from '../../../models/user';
import { log } from 'util';
export class JoinErrorStateMatcher implements ErrorStateMatcher {
isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean {
......@@ -75,7 +74,6 @@ export class RoomJoinComponent implements OnInit {
}
});
}
}
joinRoom(id: string): void {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment