mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[PM-16102] Increase clickable area for bit-item actions (#12450)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { BadgeDirective } from "./badge.directive";
|
||||
import { BadgeComponent } from "./badge.component";
|
||||
|
||||
@NgModule({
|
||||
imports: [BadgeDirective],
|
||||
exports: [BadgeDirective],
|
||||
imports: [BadgeComponent],
|
||||
exports: [BadgeComponent],
|
||||
})
|
||||
export class BadgeModule {}
|
||||
|
||||
Reference in New Issue
Block a user