adding the api

This commit is contained in:
2023-12-24 09:14:33 +03:00
parent 949e186112
commit 3c109d1619
22 changed files with 714 additions and 144 deletions

View File

@ -3,10 +3,9 @@ import styles from './style.module.scss';
import clock from '../../img/MeetPage/Clock.png';
import globe from '../../img/MeetPage/Globe.png';
import avatar from '../../img/MeetPage/avatar.png';
// import { HttpApiMethods } from '../utils/FetchUtils.jsx';
import {useState} from 'react'
import { style } from "@mui/system";
import Card from "../Card";
// import Card from "../Card";
import Grid from '@mui/material/Grid';
import Box from '@mui/material/Box';