From 311452beaccc18f6c28a7acdfb9a077148d2cf1a Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 21 Jul 2025 13:30:11 -0500 Subject: [PATCH] fix: use correct namespaces Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs b/src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs index 8c6323d4..bef0fd95 100644 --- a/src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs +++ b/src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using PepperDash.Essentials.Core; namespace PepperDash.Essentials.Core.Routing {