Merge Tag v0.2.21

This commit is contained in:
2025-06-13 21:52:24 +02:00
8 changed files with 427 additions and 406 deletions

View File

@@ -1,4 +1,4 @@
import { Habit, User } from '@/lib/types';
import { Habit } from '@/lib/types';
import { useHabits } from '@/hooks/useHabits';
import { useAtom } from 'jotai';
import { pomodoroAtom, settingsAtom, currentUserAtom } from '@/lib/atoms';