otp page update
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import EmployerValidation from "./EmployerValidation";
|
||||
|
||||
const StartValidation = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="my-10 bg-white w-full rounded-2xl border-2 border-black">
|
||||
<div className="w-full p-5 sm:p-10 lg:p-20">
|
||||
<EmployerValidation />
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default StartValidation;
|
||||
Reference in New Issue
Block a user