summaryrefslogtreecommitdiff
path: root/src/pages/Enrollment/FormTwo
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-07-28 17:56:15 +0530
committerrohan09-raj <[email protected]>2022-07-28 17:56:15 +0530
commit49be4dfc3d478ad02876c9238c48c513edac1e7c (patch)
treeb79c0bd1c2cb1582df0d03e88e4d03d097e9f0a0 /src/pages/Enrollment/FormTwo
parentffefbc1c2a382597c6d9f90977f8c907e26fbe2e (diff)
refactoring folder structure
Diffstat (limited to 'src/pages/Enrollment/FormTwo')
-rw-r--r--src/pages/Enrollment/FormTwo/FormTwo.jsx17
-rw-r--r--src/pages/Enrollment/FormTwo/FormTwo.module.css1
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 @@
-