Skip to content

Commit

Permalink
fix(test-app): Unify file names
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacura committed Jun 12, 2024
1 parent 3963e7f commit f7ecdd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {HsPanelComponent} from 'hslayers-ng/common/panels';
import {HsQueryPopupWidgetBaseComponent} from 'hslayers-ng/common/query-popup';
@Component({
selector: 'popup-widget',
templateUrl: './popup-widget.html',
templateUrl: './popup-widget.component.html',
})
export class PopupWidgetComponent
extends HsQueryPopupWidgetBaseComponent
Expand Down

0 comments on commit f7ecdd0

Please sign in to comment.