diff --git a/components/password.tsx b/components/password.tsx index cc2270a..231afcd 100644 --- a/components/password.tsx +++ b/components/password.tsx @@ -1,3 +1,5 @@ +"use client"; + import { EyeIcon, EyeOffIcon } from "lucide-react"; import React from "react"; import { useState } from "react";