diff --git a/backend/app/routers/dashboard.py b/backend/app/routers/dashboard.py index 9036777..7581ee6 100644 --- a/backend/app/routers/dashboard.py +++ b/backend/app/routers/dashboard.py @@ -13,7 +13,7 @@ from app.models.project import Project from app.models.user import User from app.routers.auth import get_current_user, get_current_settings from app.models.event_invitation import EventInvitation -from app.services.calendar_sharing import get_accessible_calendar_ids, get_accessible_event_scope +from app.services.calendar_sharing import get_accessible_event_scope router = APIRouter()