From 425d9415b78ca149016478d0a051cb225679bc76 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 17:28:46 +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";