From ffefbc1c2a382597c6d9f90977f8c907e26fbe2e Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Thu, 28 Jul 2022 17:51:44 +0530 Subject: Added components and some refactoring --- src/pages/Enrollment/FormOne/FormOne.jsx | 41 +++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 9 deletions(-) (limited to 'src/pages/Enrollment/FormOne/FormOne.jsx') diff --git a/src/pages/Enrollment/FormOne/FormOne.jsx b/src/pages/Enrollment/FormOne/FormOne.jsx index 7233581..4ba274c 100644 --- a/src/pages/Enrollment/FormOne/FormOne.jsx +++ b/src/pages/Enrollment/FormOne/FormOne.jsx @@ -1,4 +1,6 @@ import React from 'react' +import Input from '../../../components/Input/Input' +import LabelCard from '../../../components/LabelCard/LabelCard' import styles from './FormOne.module.css' const FormOne = () => { @@ -27,20 +29,41 @@ const FormOne = () => { -
- - + +
+ + +
- +
) -- cgit