Fix namespaces

This commit is contained in:
Cj
2025-01-06 01:43:58 -05:00
parent eea0872aa7
commit f09cd50266
28 changed files with 56 additions and 55 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
namespace Types.Context;
namespace Core.Context;
public class ContextVariable(object value, ContextVariableType contextVariableType)
{