diff options
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 @@ - |