chore: fix namespace for IRoomEventSchedule interface

This commit is contained in:
Andrew Welker
2024-02-06 08:14:39 -06:00
parent 35e9e54564
commit b80b827217

View File

@@ -1,7 +1,7 @@
using PepperDash.Essentials.Room.Config;
using System.Collections.Generic;
namespace PepperDash.Essentials.Core.Room
namespace PepperDash.Essentials.Core
{
public interface IRoomEventSchedule
{