summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-06 22:33:52 +1000
committerJake Mannens <jake@asger.xyz>2026-05-06 22:33:52 +1000
commit2b66d00175950d845a794422433d4a350cf87775 (patch)
tree8b0a77d43d80faab235c14008206a926d4566859 /HBContext.cs
parent60dd44153b5f2b233dc66032507ee6c9a925ed0e (diff)
v0.13av0.13a
Diffstat (limited to 'HBContext.cs')
-rw-r--r--HBContext.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/HBContext.cs b/HBContext.cs
index bb0572f..b684a51 100644
--- a/HBContext.cs
+++ b/HBContext.cs
@@ -1,5 +1,5 @@
-using Microsoft.EntityFrameworkCore;
-using HyperBooru.Services;
+using HyperBooru.Services;
+using Microsoft.EntityFrameworkCore;
namespace HyperBooru;