This commit is contained in:
Vonic 2026-04-13 23:35:26 +07:00
parent 6e86cd7e8a
commit 67429c287f
4 changed files with 128 additions and 40 deletions

View file

@ -2,7 +2,15 @@
import { useQuery, useQueryClient } from "@tanstack/react-query";
import { useAtom, useAtomValue, useSetAtom } from "jotai";
import { AlertTriangle, Coins, Inbox, LogOut, Megaphone, SquareLibrary, Trash2 } from "lucide-react";
import {
AlertTriangle,
Coins,
Inbox,
LogOut,
Megaphone,
SquareLibrary,
Trash2,
} from "lucide-react";
import { useParams, usePathname, useRouter } from "next/navigation";
import { useTranslations } from "next-intl";
import { useTheme } from "next-themes";