summaryrefslogtreecommitdiff
path: root/_Imports.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-19 00:36:30 +1000
committerJake Mannens <jake@asger.xyz>2025-08-18 17:03:21 +1000
commitd7bc8b58f750c1a5c629915ed2097e477d204a67 (patch)
treec46146abd1261f28319f5973ad9182da57276347 /_Imports.razor
parent7dcc15cb52c29cc1c0112e3af2cf985b26cd7653 (diff)
Added basic search engine functionality
Diffstat (limited to '_Imports.razor')
-rw-r--r--_Imports.razor3
1 files changed, 2 insertions, 1 deletions
diff --git a/_Imports.razor b/_Imports.razor
index d20a491..61dd370 100644
--- a/_Imports.razor
+++ b/_Imports.razor
@@ -1,4 +1,5 @@
-@using HyperBooru
+@using BlazorInputFile
+@using HyperBooru
@using HyperBooru.Pages.Component
@using HyperBooru.Services
@using Microsoft.AspNetCore.Components.Routing