{selectedVideo?.name}
{/*{selectedVideo.text}
*/}نظرات
{videoList.name}
در این قسمت توضیحی کوتاه قرار می گیرد
فایل پیوست تمارین این فصل
در این قسمت توضیحی کوتاه قرار می گیرد
import React, { useEffect } from "react"; import Navbar from "../../components/Navbar"; import Footer from "../Home/Footer"; import LessonPlayList from "./LessonPlayList"; import Attachments from "./Attachments"; import Book from "./Book"; import Comment from "./Comment"; import AddComment from "./AddComment"; import Video from "../../components/JolPlayer"; import "./index.scss"; import listIcon from "../../assets/icons/list.png"; import { connect } from "react-redux"; import scroll from "../../util/scroll.js"; import { book, publicApi } from "../../redux/actions"; function VodTube({ videoList, getBookList, list, selectedVideo, comments, info, getInfo, }: any) { useEffect(() => { getBookList(); // getInfo({ // bookId: 1, // // window.location.pathname.slice( // // window.location.pathname.lastIndexOf("/") + 1, // // window.location.pathname.length // // ), // }); scroll.goToTop(); }, []); return (
{selectedVideo.text}
*/}در این قسمت توضیحی کوتاه قرار می گیرد
در این قسمت توضیحی کوتاه قرار می گیرد