add Microsoft.AspNetCore.Authorization to _Imports

This commit is contained in:
sbwalker
2026-02-16 10:30:06 -05:00
parent dd816f7c44
commit 772da734dc
3 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.Extensions.Localization
@using Microsoft.JSInterop
@using Microsoft.AspNetCore.Authorization
@using Oqtane
@using Oqtane.Models