fix: resolved linting problems

This commit is contained in:
2025-05-14 11:01:05 +02:00
parent 95197e216c
commit 6934432fb5
32 changed files with 222 additions and 293 deletions

View File

@@ -1,6 +1,5 @@
'use client'
import { useHabits } from "@/hooks/useHabits";
import { habitsAtom, settingsAtom } from "@/lib/atoms";
import { Habit } from "@/lib/types";
import { useAtom } from "jotai";