aboutsummaryrefslogtreecommitdiff
path: root/Web/_Imports.razor
blob: 2008220ba009c81d7331402375edd8e2b73c2d8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@using System.Net.Http
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using Web
@using Web.Shared