From 42757074304d7eac309f0c115e15219e0215fa4e Mon Sep 17 00:00:00 2001 From: Lftobs <106287048+Lftobs@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:01:11 +0100 Subject: [PATCH] Update app/components/dashboard/PasswordUpdate.tsx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- app/components/dashboard/PasswordUpdate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/dashboard/PasswordUpdate.tsx b/app/components/dashboard/PasswordUpdate.tsx index 6645bde1..6a181250 100644 --- a/app/components/dashboard/PasswordUpdate.tsx +++ b/app/components/dashboard/PasswordUpdate.tsx @@ -1,6 +1,6 @@ import { useEffect, useState } from "react"; import { Form } from "@remix-run/react"; -import { EyeOff, Eye, CircleCheck } from 'lucide-react'; +import { CircleCheck, Eye, EyeOff } from "lucide-react"; import { Button } from "../ui/button"; import { AlertDialog, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger } from "../ui/alert-dialog";