diff options
Diffstat (limited to '_Imports.razor')
| -rw-r--r-- | _Imports.razor | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/_Imports.razor b/_Imports.razor index 4c5566b..d28439d 100644 --- a/_Imports.razor +++ b/_Imports.razor @@ -1,9 +1,15 @@ -@using HyperBooru -@using HyperBooru.Pages.Component -@using HyperBooru.Services -@using Microsoft.AspNetCore.Authorization -@using Microsoft.AspNetCore.Components.Authorization +@using HyperBooru.ApiClient +@using HyperBooru.ApiModels +@using HyperBooru.Client +@using HyperBooru.Client.Layout +@using HyperBooru.Client.Pages.Component +@using HyperBooru.Client.Services +@using HyperBooru.Client.Util +@using System.Net.Http +@using System.Net.Http.Json +@using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web -@using Microsoft.EntityFrameworkCore +@using static Microsoft.AspNetCore.Components.Web.RenderMode +@using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.JSInterop |
