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>2025-08-20 00:48:45 +1000
commit988f68191bbd93ce225205ae2a0ebcdf9df45655 (patch)
treee4e173ffc226b879dacd65efd85ecfee0529e644 /Pages/Component/AboutDialog.razor
parentac7f9cca27f5a1a1839bfe5be5a53853f53b7b17 (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>