summary refs log tree commit diff
path: root/extra/admin-api/Utilities/Spacebar.Client/_Imports.razor
blob: 5510816470c610c2b2abf60699e1792a159ae955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@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 Spacebar.Client
@using Spacebar.Client.Layout