Cleaning up some react

This commit is contained in:
Owen
2026-05-26 16:53:22 -07:00
parent 6ea4aa1920
commit cc8c89eeae
2 changed files with 184 additions and 109 deletions

View File

@@ -19,7 +19,6 @@ import { Laptop, LogOut, Moon, Sun, Smartphone, Trash2 } from "lucide-react";
import { useTheme } from "next-themes";
import { useRouter } from "next/navigation";
import Link from "next/link";
import { build } from "@server/build";
import { useState } from "react";
import { useUserContext } from "@app/hooks/useUserContext";
import Disable2FaForm from "./Disable2FaForm";