diff --git a/pages/feedback.tsx b/pages/feedback.tsx index 851cd33..da89509 100644 --- a/pages/feedback.tsx +++ b/pages/feedback.tsx @@ -5,7 +5,9 @@ import FeedbackForm from "../components/reports/FeedbackForm"; const ContactsPage = () => { return ( - +
+ +
); };