this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix DayList import path

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

alice bffa1be3 611df86f

+1 -1
+1 -1
src/web/app/components/DayList.tsx
··· 2 2 import { Link } from 'react-router-dom'; 3 3 import { Calendar, ChevronRight, Layers, Clock } from 'lucide-react'; 4 4 import { useDays } from '../hooks/useWorklog'; 5 - import type { DayListItem } from '../../../../types'; 5 + import type { DayListItem } from '../../../types'; 6 6 7 7 // Get ISO week number 8 8 function getWeekNumber(date: Date): number {