Skip to content

Commit

Permalink
Update app/components/dashboard/PasswordUpdate.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Lftobs and github-actions[bot] authored Jul 20, 2024
1 parent 54e57b0 commit 4275707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/dashboard/PasswordUpdate.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 4275707

Please sign in to comment.