finished calendar mobile page
This commit is contained in:
6
src/pages/ReportFormPage.js
Normal file
6
src/pages/ReportFormPage.js
Normal file
@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
import ReportForm from '../components/ReportForm/ReportForm';
|
||||
|
||||
const ReportFormPage = () => <ReportForm />;
|
||||
|
||||
export default ReportFormPage;
|
Reference in New Issue
Block a user