Files
douwco_website/_Imports.razor

10 lines
307 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.WebAssembly
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using DouwcoWebsite
@using DouwcoWebsite.Shared