center feedback form
This commit is contained in:
@ -5,7 +5,9 @@ import FeedbackForm from "../components/reports/FeedbackForm";
|
|||||||
const ContactsPage = () => {
|
const ContactsPage = () => {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<FeedbackForm />
|
<div className="h-5/6 grid place-items-center">
|
||||||
|
<FeedbackForm />
|
||||||
|
</div>
|
||||||
</Layout >
|
</Layout >
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user