summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
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;