summaryrefslogtreecommitdiff
path: root/_Imports.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-12 15:56:22 +1000
committerJake Mannens <jake@asger.xyz>2023-09-12 15:56:22 +1000
commitbd46d1ff8f2bbe43a92e935aafadc1a63b3a1a5b (patch)
tree80d56920415ce93df25f2df899af5f251d2cce61 /_Imports.razor
parentd3d926875f137b3b25d7a2beee14e5d73ca9aab9 (diff)
Initial commit
Diffstat (limited to '_Imports.razor')
-rw-r--r--_Imports.razor2
1 files changed, 2 insertions, 0 deletions
diff --git a/_Imports.razor b/_Imports.razor
index d20a491..4c5566b 100644
--- a/_Imports.razor
+++ b/_Imports.razor
@@ -1,6 +1,8 @@
@using HyperBooru
@using HyperBooru.Pages.Component
@using HyperBooru.Services
+@using Microsoft.AspNetCore.Authorization
+@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.EntityFrameworkCore