work site

This commit is contained in:
Vsevo;od 2023-12-24 11:55:23 +03:00
parent e756a3ab23
commit 53af4d2b1b
4 changed files with 7 additions and 12 deletions

3
package-lock.json generated
View File

@ -16,11 +16,8 @@
"@mui/styled-engine-sc": "^6.0.0-alpha.9",
"@mui/x-date-pickers": "^6.18.6",
"axios": "^1.6.2",
<<<<<<< Updated upstream
"dayjs": "^1.11.10",
=======
"js-cookie": "^3.0.5",
>>>>>>> Stashed changes
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",

View File

@ -18,11 +18,9 @@
"@mui/styled-engine-sc": "^6.0.0-alpha.9",
"@mui/x-date-pickers": "^6.18.6",
"axios": "^1.6.2",
<<<<<<< Updated upstream
"dayjs": "^1.11.10",
=======
"js-cookie": "^3.0.5",
>>>>>>> Stashed changes
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",

View File

@ -1,10 +1,10 @@
import Header from "../Header";
import styles from "./style.module.scss";
import TableMeets from '../TableMeets/TableMeets'
import Home from "../Home/Home";
// import Home from "../Home/Home";
// import FetchUtils from "../utils/FetchUtils";
import EditForm from "../edit/EditForm";
import PostForm from "../post/PostForm";
// import EditForm from "../edit/EditForm";
// import PostForm from "../post/PostForm";
const APIURL = ''
@ -63,7 +63,7 @@ const HomePage = () => {
<div className={styles.cards__container}>
<div className={styles.card}></div>
</div>
<Home></Home>
{/* <Home></Home> */}
{/* <FetchUtils></FetchUtils> */}
{/* <PostForm /> */}
{/* <EditForm /> */}

View File

@ -3,7 +3,7 @@ import styles from "./style.module.scss"
import Calendar from "../Calendar";
import avatar from '../../img/profilePage/avatar.png';
import gift from '../../img/profilePage/gift.png';
import Home from '../Home/Home';
// import Home from '../Home/Home';
const ProfilePage = () => {
return (
@ -57,7 +57,7 @@ const ProfilePage = () => {
<div className={styles.cards__container}>
<div className={styles.card}></div>
</div>
<Home></Home>
{/* <Home></Home> */}
{/* <FetchUtils></FetchUtils> */}
{/* <PostForm /> */}
{/* <EditForm /> */}