This commit is contained in:
2023-12-23 17:33:06 +03:00
parent 49f3a2be71
commit 64c4bdae31
9 changed files with 138 additions and 184 deletions

View File

@ -2,7 +2,7 @@ import Header from "../Header";
import styles from "./style.module.scss";
import TableMeets from '../TableMeets/TableMeets'
import Home from "../Home/Home";
import FetchUtils from "../fetchUtils/FetchUtils";
import FetchUtils from "../utils/FetchUtils";
import EditForm from "../edit/EditForm";
import PostForm from "../post/PostForm";
@ -68,8 +68,8 @@ const HomePage = () => {
</div>
<Home></Home>
{/* <FetchUtils></FetchUtils> */}
<PostForm />
<EditForm />
{/* <PostForm /> */}
{/* <EditForm /> */}
</section>