edit
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user