summaryrefslogtreecommitdiff
path: root/Impostor-dev/src/Impostor.Plugins.Debugger/_Imports.razor
blob: 109ec4ed9d2c275b538dcfaeecebed8adabfde6d (plain)
1
2
3
4
5
6
7
8
@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.JSInterop
@using Impostor.Plugins.Debugger.Shared