namespace change

This commit is contained in:
Adam Hathcock
2024-05-21 16:33:33 +01:00
parent 5f92c81965
commit 1734d5162a
34 changed files with 82 additions and 83 deletions
@@ -1,8 +1,8 @@
using Microsoft.CodeAnalysis;
using ProxyInterfaceSourceGenerator.Enums;
using ProxyInterfaceSourceGenerator.FileGenerators;
using Speckle.ProxyGenerator.Enums;
using Speckle.ProxyGenerator.FileGenerators;
namespace ProxyInterfaceSourceGenerator.Extensions;
namespace Speckle.ProxyGenerator.Extensions;
internal static class PropertySymbolExtensions
{