Skip to content

Commit

Permalink
refactor(dialog): updated geneator template
Browse files Browse the repository at this point in the history
  • Loading branch information
swong committed Jan 16, 2025
1 parent 1866a2a commit 703a14b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { HlmDialogOverlayDirective } from './hlm-dialog-overlay.directive';
@Component({
selector: 'hlm-dialog',
standalone: true,
imports: [BrnDialogComponent, BrnDialogOverlayComponent, HlmDialogOverlayDirective],
imports: [BrnDialogOverlayComponent, HlmDialogOverlayDirective],
providers: [
{
provide: BrnDialogComponent,
Expand Down

0 comments on commit 703a14b

Please sign in to comment.