[CHANGE] Adding accounts
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using Manager.App.Models.Library;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using MudBlazor;
|
||||
|
||||
namespace Manager.App.Components.Pages;
|
||||
|
||||
public partial class Library
|
||||
public partial class Library : ComponentBase
|
||||
{
|
||||
private LibraryInformation? _libraryInformation;
|
||||
private bool _loading;
|
||||
|
Reference in New Issue
Block a user