code clean up

This commit is contained in:
Mann Patel
2025-04-14 22:18:56 -06:00
parent b142610d50
commit fdf63f4e6a
7 changed files with 7 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { useState, useEffect } from "react";
import { User, Lock, Trash2, History, Search, Shield } from "lucide-react";
import { User, Lock, Trash2, History, Shield } from "lucide-react";
import FloatingAlert from "../components/FloatingAlert"; // adjust path if needed
const Settings = () => {