Removing variable service
This commit is contained in:
+1
-4
@@ -1,5 +1,4 @@
|
||||
@inject IVariableService VariableService
|
||||
@inject IStorageService StorageService
|
||||
@inject IStorageService StorageService
|
||||
@inject IPermissionService PermissionService
|
||||
|
||||
<Router AppAssembly="@typeof(App).Assembly">
|
||||
@@ -30,7 +29,6 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
a {
|
||||
color: white;
|
||||
@@ -85,7 +83,6 @@
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
await VariableService.Load();
|
||||
await StorageService.Load();
|
||||
isLoaded = true;
|
||||
StateHasChanged();
|
||||
|
||||
Reference in New Issue
Block a user