Skip to content

Commit 17d591d

Browse files
Copilotjaviercn
andcommitted
Move PersistentStateValueProvider to Infrastructure namespace
Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>
1 parent 3755f0d commit 17d591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/PersistentStateValueProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using Microsoft.AspNetCore.Components.Rendering;
1414
using Microsoft.AspNetCore.Internal;
1515

16-
namespace Microsoft.AspNetCore.Components;
16+
namespace Microsoft.AspNetCore.Components.Infrastructure;
1717

1818
internal sealed class PersistentStateValueProvider(PersistentComponentState state) : ICascadingValueSupplier
1919
{

0 commit comments

Comments
 (0)