From c51ff4e755f009ca0bc8e935a92c04e583c4ee8a Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 17 Mar 2026 03:04:36 +1100 Subject: Initial commit --- _Imports.razor | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _Imports.razor (limited to '_Imports.razor') diff --git a/_Imports.razor b/_Imports.razor new file mode 100644 index 0000000..4c5566b --- /dev/null +++ b/_Imports.razor @@ -0,0 +1,9 @@ +@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 +@using Microsoft.JSInterop -- cgit v1.3