add form page

This commit is contained in:
Hope87
2021-07-03 17:37:30 +03:00
parent 629447c95c
commit 082ae23f49
16 changed files with 530 additions and 141 deletions

6
src/pages/FormPage.js Normal file
View File

@ -0,0 +1,6 @@
import React from 'react';
import Form from '../components/Form/Form';
const FormPage = () => <Form />;
export default FormPage;