Move ExpressionExtensions from Settings to Tools namespace

This commit is contained in:
Thorsten Sommer 2025-08-21 15:40:07 +02:00
parent 8d45411e54
commit 736e8ce42c
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -1,6 +1,6 @@
using System.Linq.Expressions;
namespace AIStudio.Settings;
namespace AIStudio.Tools;
public static class ExpressionExtensions
{