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

@@ -6,9 +6,10 @@ import (
"net/http"
"time"
"luxick/chronological/internal/models"
"github.com/emersion/go-ical"
"github.com/emersion/go-webdav/caldav"
"github.com/luxick/chronological/internal/models"
)
// CalDAVStore handles fetching events from a CalDAV server.