From 9c290989dfcf84c00f1351c4b168c8c030130639 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 23 Jan 2025 19:41:04 +0100 Subject: Clean up more imports and fix namespaces. --- .../LibMatrix.HomeserverEmulator/Controllers/WellKnownController.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Utilities/LibMatrix.HomeserverEmulator/Controllers/WellKnownController.cs') diff --git a/Utilities/LibMatrix.HomeserverEmulator/Controllers/WellKnownController.cs b/Utilities/LibMatrix.HomeserverEmulator/Controllers/WellKnownController.cs index 97e460d..bae4c74 100644 --- a/Utilities/LibMatrix.HomeserverEmulator/Controllers/WellKnownController.cs +++ b/Utilities/LibMatrix.HomeserverEmulator/Controllers/WellKnownController.cs @@ -1,5 +1,4 @@ using System.Text.Json.Nodes; -using LibMatrix.Services; using Microsoft.AspNetCore.Mvc; namespace LibMatrix.HomeserverEmulator.Controllers; -- cgit 1.5.1