style: lint
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 1m16s

This commit is contained in:
Mihajlo Medjedovic 2024-05-30 09:47:38 +02:00
parent 9a79f37bf1
commit e98f288302

View File

@ -1,10 +1,9 @@
import { Directive, HostListener } from '@angular/core';
import { Directive, HostListener } from '@angular/core'
@Directive({
selector: '[appStealFocus]'
})
export class StealFocusDirective {
constructor() {}
/**