fix: replaced invalid refrences to libs and typos

This commit is contained in:
2026-05-03 19:32:47 +03:00
parent 2e292add12
commit 105c1a8870
7 changed files with 56 additions and 10 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ import (
"github.com/go-chi/chi/v5"
"github.com/google/uuid"
"github.com/yourname/deflated/internal/db"
"github.com/yourname/deflated/internal/inflation"
"git.seaofstars.xyz/mohd/deflated/internal/db"
"git.seaofstars.xyz/mohd/deflated/internal/inflation"
)
// ReceiptHandler handles HTTP requests related to receipt submissions.