layout rework in progress

This commit is contained in:
Victor Batischev
2024-02-14 16:34:12 +03:00
parent 12dd238c13
commit 2268e6e281
10 changed files with 19 additions and 16 deletions

View File

@ -96,8 +96,8 @@ const FormPage = () => {
</div>
</div>
</div>
<Footer />
</div>
<Footer />
</div>
);
};