Moved features to a specific folder

This commit is contained in:
Jonathan Bourdon
2024-07-18 22:22:44 -04:00
parent 98c85265f1
commit b34a775a4b
23 changed files with 32 additions and 37 deletions

View File

@@ -2,8 +2,8 @@
using Hutopy.Infrastructure.Identity;
using Hutopy.Infrastructure.Identity.OwnedEntities;
using Hutopy.Web.Common;
using Hutopy.Web.Contents.Data;
using Hutopy.Web.Messages.Data;
using Hutopy.Web.Features.Contents.Data;
using Hutopy.Web.Features.Messages.Data;
namespace Hutopy.Web;