From 61c95f4445dc0bbbb9c390fb74c8f5d0161f9f6d Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 20:47:49 +0000 Subject: [PATCH] Update components/password.tsx --- components/password.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/password.tsx b/components/password.tsx index 231afcd..cc2270a 100644 --- a/components/password.tsx +++ b/components/password.tsx @@ -1,5 +1,3 @@ -"use client"; - import { EyeIcon, EyeOffIcon } from "lucide-react"; import React from "react"; import { useState } from "react";