{error}
+ > + ); +}); + +export default Select; diff --git a/src/components/register/InfoTip.tsx b/src/components/register/InfoTip.tsx new file mode 100644 index 0000000..1a28e6e --- /dev/null +++ b/src/components/register/InfoTip.tsx @@ -0,0 +1,27 @@ +import { RiCloseLargeFill } from '@remixicon/react'; +import { useState } from 'react'; + +const InfoTip = () => { + const [InfoTipClosed, setInfoTipClosed] = useState(false); + + const handleInfoTipClosing = () => { + setInfoTipClosed(true); + }; + return ( ++ Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquid eum accusantium reiciendis Lorem ipsum dolor + sit amet +
+New Customer?
+Sign Up to continue
+ +Existing Customer?
+Go to Login Page to sign in
+