diff options
author | rohan09-raj <[email protected]> | 2022-07-28 17:56:15 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-28 17:56:15 +0530 |
commit | 49be4dfc3d478ad02876c9238c48c513edac1e7c (patch) | |
tree | b79c0bd1c2cb1582df0d03e88e4d03d097e9f0a0 /src/pages/Enrollment/FormTwo | |
parent | ffefbc1c2a382597c6d9f90977f8c907e26fbe2e (diff) |
refactoring folder structure
Diffstat (limited to 'src/pages/Enrollment/FormTwo')
-rw-r--r-- | src/pages/Enrollment/FormTwo/FormTwo.jsx | 17 | ||||
-rw-r--r-- | src/pages/Enrollment/FormTwo/FormTwo.module.css | 1 |
2 files changed, 0 insertions, 18 deletions
diff --git a/src/pages/Enrollment/FormTwo/FormTwo.jsx b/src/pages/Enrollment/FormTwo/FormTwo.jsx deleted file mode 100644 index 56bcd70..0000000 --- a/src/pages/Enrollment/FormTwo/FormTwo.jsx +++ /dev/null @@ -1,17 +0,0 @@ -import React from 'react' -import Input from '../../../components/Input/Input' -import Header from '../../../components/Header/Header' -import SubmitButton from '../../../components/SubmitButton/SubmitButton' - -const FormTwo = () => { - return ( - <div className="formtwo"> - <Header subheading="Enrollment" /> - <Input id="mobile" value="Mobile" label="Mobile" type="text" /> - <Input id="email" value="Email" label="Email" type="email" /> - <SubmitButton /> - </div> - ) -} - -export default FormTwo diff --git a/src/pages/Enrollment/FormTwo/FormTwo.module.css b/src/pages/Enrollment/FormTwo/FormTwo.module.css deleted file mode 100644 index 8b13789..0000000 --- a/src/pages/Enrollment/FormTwo/FormTwo.module.css +++ /dev/null @@ -1 +0,0 @@ - |