From 93e3f989d88565a05427cb2fabf55b19457251dc Mon Sep 17 00:00:00 2001 From: runtenick Date: Thu, 17 Nov 2022 21:29:38 +0100 Subject: [PATCH] error fix --- BlazorTp1/Components/Card.razor | 6 ++++++ BlazorTp1/Pages/Index.razor | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 BlazorTp1/Components/Card.razor diff --git a/BlazorTp1/Components/Card.razor b/BlazorTp1/Components/Card.razor new file mode 100644 index 0000000..abd5aab --- /dev/null +++ b/BlazorTp1/Components/Card.razor @@ -0,0 +1,6 @@ +using BlazorTp1.Models; +

Card

+ +@code { + +} diff --git a/BlazorTp1/Pages/Index.razor b/BlazorTp1/Pages/Index.razor index c4e48ca..2e2907d 100644 --- a/BlazorTp1/Pages/Index.razor +++ b/BlazorTp1/Pages/Index.razor @@ -15,4 +15,24 @@ Welcome to your new app. + + +
+ My Templated Component +
+
+ +
+
Welcome To Template Component
+
+
+ + + +
+ + +