rename RenderMode class and adding usings

This commit is contained in:
sbwalker
2024-02-09 14:34:33 -05:00
parent f6fb3cc766
commit ea75ddfa85
6 changed files with 8 additions and 9 deletions

View File

@ -5,10 +5,13 @@
@using System.Net.Http.Json
@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.Extensions.Localization
@using Microsoft.JSInterop
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using Oqtane.Client
@using Oqtane.Models