moves extensions

This commit is contained in:
Robin Ehlert
2025-07-26 16:27:52 +02:00
parent 94ad6e57d7
commit 84be8314bf
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
namespace Rehlert.RoP.Extensions;
namespace Rehlert.RoP;
public static class FallbackExtensions
{

View File

@@ -1,4 +1,4 @@
namespace Rehlert.RoP.Extensions;
namespace Rehlert.RoP;
public static class OnErrorExtensions
{

View File

@@ -1,4 +1,4 @@
namespace Rehlert.RoP.Extensions;
namespace Rehlert.RoP;
public static class OnSuccessExtensions
{