Update components/password.tsx

This commit is contained in:
kleap-admin 2026-01-18 17:17:41 +00:00
parent 79b507dd0a
commit cfbc0fc53d
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use client";
import { EyeIcon, EyeOffIcon } from "lucide-react"; import { EyeIcon, EyeOffIcon } from "lucide-react";
import React from "react"; import React from "react";
import { useState } from "react"; import { useState } from "react";