biome checks

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-04 12:20:28 -07:00
parent 750d828f2b
commit 811a9ad061
14 changed files with 98 additions and 104 deletions

View file

@ -1,8 +1,8 @@
"use client";
import { IconCheck, IconCopy, IconKey } from "@tabler/icons-react";
import { AnimatePresence, motion } from "motion/react";
import { ArrowLeft } from "lucide-react";
import { AnimatePresence, motion } from "motion/react";
import { useRouter } from "next/navigation";
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
import { Button } from "@/components/ui/button";