summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-06-15 10:35:47 +1000
committerJake Mannens <jake@asger.xyz>2026-06-15 10:35:47 +1000
commite556de927015acd8d9934e68707a95901acfad8e (patch)
treec04e9601a15cff5f1fe9980e8f2ff41bae351635 /HBContext.cs
parentdf4bfad33e1b3fc2ce35af8000380029ecb444cf (diff)
Diffstat (limited to 'HBContext.cs')
-rw-r--r--HBContext.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/HBContext.cs b/HBContext.cs
index b684a51..766c0a3 100644
--- a/HBContext.cs
+++ b/HBContext.cs
@@ -1,4 +1,5 @@
-using HyperBooru.Services;
+using HyperBooru.ApiModels;
+using HyperBooru.Services;
using Microsoft.EntityFrameworkCore;
namespace HyperBooru;