about summary refs log tree commit diff
path: root/BugMine.Web/_Imports.razor
blob: a94e8656574dbda7ea2a448be3a0b259281a3502 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@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.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using BugMine.Web
@using BugMine.Web.Layout
@using BugMine.Web.Components
@using BugMine.Web.Classes
@using ArcaneLibs.Blazor.Components
@inject BugMineStorage BugMineStorage
@inject NavigationManager NavigationManager