mirror of
https://github.com/bitwarden/browser
synced 2026-01-28 15:23:53 +00:00
10 lines
338 B
TypeScript
10 lines
338 B
TypeScript
import { Component } from "@angular/core";
|
|
|
|
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
|
|
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
|
|
@Component({
|
|
selector: "bit-menu-divider",
|
|
templateUrl: "./menu-divider.component.html",
|
|
})
|
|
export class MenuDividerComponent {}
|