summaryrefslogtreecommitdiff
path: root/Pages/Component/AboutDialog.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-05 01:01:24 +1000
committerJake Mannens <jake@asger.xyz>2023-09-05 01:01:24 +1000
commitacb74202f5391272c2e1823dfe04a044c7f7a9a7 (patch)
tree09dc032ba526306d8916035bf92336c095246741 /Pages/Component/AboutDialog.razor
parent1b080819b26e4e84e5e9c88445806e43698b6757 (diff)
Tag names and aliases are now verified to be unique
Diffstat (limited to 'Pages/Component/AboutDialog.razor')
-rw-r--r--Pages/Component/AboutDialog.razor1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pages/Component/AboutDialog.razor b/Pages/Component/AboutDialog.razor
index 9823761..9ffbad4 100644
--- a/Pages/Component/AboutDialog.razor
+++ b/Pages/Component/AboutDialog.razor
@@ -1,6 +1,7 @@
@using System.Reflection
@using Microsoft.AspNetCore.Hosting
@inject IHostingEnvironment hostingEnvironment
+@implements IDialog
<Dialog @ref=dialog>
<p id="title">@Title</p>