diff --git a/.gitignore b/.gitignore index 183c189..ad96746 100644 --- a/.gitignore +++ b/.gitignore @@ -428,3 +428,4 @@ FodyWeavers.xsd /Models/obj/Models.csproj.nuget.g.props /phronCare.API/obj/Debug/net8.0/ApiEndpoints.json /phronCare.API/.local-chromium/Win64-884014/chrome-win +/.agents/skills/analyzing-dotnet-performance diff --git a/phronCare.UIBlazor/Shared/Components/PhMap.razor b/phronCare.UIBlazor/Shared/Components/PhMap.razor index ebbd273..b2838af 100644 --- a/phronCare.UIBlazor/Shared/Components/PhMap.razor +++ b/phronCare.UIBlazor/Shared/Components/PhMap.razor @@ -1,4 +1,6 @@ @using phronCare.UIBlazor.Shared.Services +@using System.Timers +@implements IAsyncDisposable @inject IJSRuntime JS @@ -10,11 +12,12 @@ { - }