Skip to content

Commit

Permalink
Fix wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Apr 9, 2024
1 parent 05db9b9 commit a3b991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/speeddial/speeddial.interface.ts
@@ -1,5 +1,5 @@
import { TemplateRef } from '@angular/core';
import { MenuItem } from '../api/menuitem';
import { MenuItem } from 'primeng/api';

/**
* Defines valid templates in SpeedDial.
Expand Down

0 comments on commit a3b991d

Please sign in to comment.