Removing variable service

This commit is contained in:
Jonathan
2025-06-22 22:49:59 -04:00
parent 9e9b25ae6f
commit 7680fae30b
7 changed files with 2 additions and 268 deletions
+1 -4
View File
@@ -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();