Skip to content

Commit 1218923

Browse files
authored
Remove unnecessary commends from sample app
1 parent 61d6af2 commit 1218923

File tree

1 file changed

+2
-6
lines changed
  • sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/Components/Pages

1 file changed

+2
-6
lines changed

sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/Components/Pages/Overview.razor

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
@page "/"
2-
@* Angular implementation *@
3-
@* https://github.com/telerik/kendo-angular/pull/4578/files *@
4-
5-
@* Non-final designs *@
6-
@* https://www.figma.com/design/S5Orn3haWYmBhgzGR2rcGb/Financial-Dashboard-Demo-App?node-id=673-34674&p=f&t=ojl7zh09Z7gmXiY3-0 *@
72

83
@inject TransactionService TransactionService
94
@inject PaymentMethodService PaymentMethodService
@@ -223,4 +218,5 @@
223218
var asd = NavigationManager.BaseUri;
224219
var asd2 = NavigationManager.Uri;
225220
}
226-
}
221+
222+
}

0 commit comments

Comments
 (0)