This commit is contained in:
Vsevo;od
2023-12-23 11:29:24 +03:00
parent 85afad5327
commit 64317df44c
4 changed files with 74 additions and 22 deletions

View File

@ -68,6 +68,8 @@ const HomePage = () => {
</div>
<Home></Home>
{/* <FetchUtils></FetchUtils> */}
<PostForm />
<EditForm />
</section>

View File

@ -86,4 +86,4 @@
}
.search__descr {
margin-right: 25px;
}
}