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";