Update module namespace

This commit is contained in:
2025-12-10 11:41:18 +01:00
parent e5619484d2
commit e5bbdcab42
7 changed files with 18 additions and 14 deletions

View File

@@ -8,8 +8,8 @@ import (
"strconv"
"time"
"github.com/luxick/chronological/internal/models"
"github.com/luxick/chronological/internal/storage"
"luxick/chronological/internal/models"
"luxick/chronological/internal/storage"
)
// Handlers holds all HTTP handlers and their dependencies.