Refactored project to module structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Moonlight.Frontend.Infrastructure.Models;
|
||||
|
||||
namespace Moonlight.Frontend.Infrastructure.Hooks;
|
||||
|
||||
public interface ISidebarProvider
|
||||
{
|
||||
public Task<SidebarItem[]> GetItemsAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user