"use client"; import { AddIcon } from "../icons"; import { CustomButton } from "../ui/custom"; export const AddProviderButton = () => { return ( } > Add Account ); };