diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:35:47 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:35:47 +1000 |
| commit | e556de927015acd8d9934e68707a95901acfad8e (patch) | |
| tree | c04e9601a15cff5f1fe9980e8f2ff41bae351635 /HBContext.cs | |
| parent | df4bfad33e1b3fc2ce35af8000380029ecb444cf (diff) | |
Diffstat (limited to 'HBContext.cs')
| -rw-r--r-- | HBContext.cs | 3 |
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; |
