Compare commits
3 Commits
react
...
a5e4128248
Author | SHA1 | Date | |
---|---|---|---|
|
a5e4128248 | ||
|
5f1ff464c3 | ||
|
c367770d1e |
@@ -1,12 +1,12 @@
|
||||
import Header from "../Header";
|
||||
import styles from "./style.module.scss";
|
||||
import TableMeets from '../TableMeets/TableMeets'
|
||||
// import TableMeets from '../TableMeets/TableMeets'
|
||||
// import EditForm from "../edit/EditMeetsForm";
|
||||
// import PostForm from "../post/Meets";
|
||||
import Users from "../post/Users";
|
||||
// import Users from "../post/Users";
|
||||
// import User from "../get/User";
|
||||
import Questions from "../post/Questions";
|
||||
import { GetQuestions } from "../get/Questions";
|
||||
// import Questions from "../post/Questions";
|
||||
// import { GetQuestions } from "../get/Questions";
|
||||
|
||||
|
||||
import muza from '../../img/homePage/muza.png';
|
||||
@@ -80,7 +80,7 @@ const HomePage = () => {
|
||||
{/* <Users></Users> */}
|
||||
{/* <User></User> */}
|
||||
{/* <GetQuestions></GetQuestions> */}
|
||||
<Users></Users>
|
||||
{/* <Users></Users> */}
|
||||
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user