Split Common from Messages

This commit is contained in:
Jonathan Bourdon
2024-07-01 23:38:06 -04:00
parent adb1cebc73
commit 82699dae41
4 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using FastEndpoints;
using Hutopy.Web.Common;
using Hutopy.Web.Messages.Data;
namespace Hutopy.Web.Messages.Handlers;