chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-28 22:15:43 -08:00
parent 16b839138d
commit 70fcb2d055
10 changed files with 41 additions and 38 deletions

View file

@ -1,5 +1,6 @@
"use client";
import { useAtom } from "jotai";
import {
AlertCircle,
AtSign,
@ -16,7 +17,6 @@ import {
Search,
X,
} from "lucide-react";
import { useAtom } from "jotai";
import { AnimatePresence, motion } from "motion/react";
import { useRouter } from "next/navigation";
import { useTranslations } from "next-intl";