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,8 +6,9 @@ import (
"os"
"time"
"luxick/chronological/internal/models"
"github.com/emersion/go-ical"
"github.com/luxick/chronological/internal/models"
)
// ICSStore handles reading and writing ICS calendar files.