Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Oct 20, 2024
1 parent 5b4a731 commit 384122c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { BaseComponent } from 'primeng/basecomponent';
selector: '[pTooltip]',
standalone: true,
providers: [TooltipStyle],
standalone: true,
})
export class Tooltip extends BaseComponent implements AfterViewInit, OnDestroy {
/**
Expand Down

0 comments on commit 384122c

Please sign in to comment.