We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d6af2 commit 1218923Copy full SHA for 1218923
sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/Components/Pages/Overview.razor
@@ -1,9 +1,4 @@
1
@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 *@
7
8
@inject TransactionService TransactionService
9
@inject PaymentMethodService PaymentMethodService
@@ -223,4 +218,5 @@
223
218
var asd = NavigationManager.BaseUri;
224
219
var asd2 = NavigationManager.Uri;
225
220
}
226
-}
221
+
222
+}
0 commit comments