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
@@ -2,11 +2,11 @@ using System.Text;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.Text;
using ProxyInterfaceSourceGenerator.FileGenerators;
using ProxyInterfaceSourceGenerator.Models;
using ProxyInterfaceSourceGenerator.SyntaxReceiver;
using Speckle.ProxyGenerator.FileGenerators;
using Speckle.ProxyGenerator.Models;
using Speckle.ProxyGenerator.SyntaxReceiver;
namespace ProxyInterfaceSourceGenerator;
namespace Speckle.ProxyGenerator;
[Generator]
#if DEBUG