state after adding all of the user stuff and messing around with the wierd brave bug
This commit is contained in:
17
OpenArchival.Blazor/Components/_Imports.razor
Normal file
17
OpenArchival.Blazor/Components/_Imports.razor
Normal file
@@ -0,0 +1,17 @@
|
||||
@using System.Net.Http
|
||||
@using Microsoft.AspNetCore.Components;
|
||||
@using System.Net.Http.Json
|
||||
@using Microsoft.AspNetCore.Components.Authorization
|
||||
@using Microsoft.AspNetCore.Components.Forms
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.JSInterop
|
||||
@using MudBlazor
|
||||
@using MudExtensions
|
||||
@using MudBlazor.Services
|
||||
@using OpenArchival.Blazor
|
||||
@using OpenArchival.Blazor.Components
|
||||
@using OpenArchival.DataAccess
|
||||
|
||||
Reference in New Issue
Block a user