refactor namespaces and imports (#670)
* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
@page "/media/sources/emby/edit"
|
||||
@using Unit = LanguageExt.Unit
|
||||
@using ErsatzTV.Core.Emby
|
||||
@using ErsatzTV.Application.Emby.Queries
|
||||
@using ErsatzTV.Application.Emby.Commands
|
||||
@using System.Threading
|
||||
@using ErsatzTV.Application.Emby
|
||||
@implements IDisposable
|
||||
@inject IMediator _mediator
|
||||
@inject NavigationManager _navigationManager
|
||||
|
||||
Reference in New Issue
Block a user