{selectedVideo.name}
{selectedVideo.text}
نظرات
{videoList.name}
در این قسمت توضیحی کوتاه قرار می گیرد
فایل پیوست تمارین این فصل
در این قسمت توضیحی کوتاه قرار می گیرد
import React, { useEffect } from "react"; import Navbar from "../../components/Navbar/index"; import Footer from "../../views/Home/Footer/index"; import LessonPlayList from "./LessonPlayList/index"; import Attachments from "./Attachments/index"; import Book from "./Book/index"; import Comment from "./Comment/index"; import AddComment from "./AddComment/index"; 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 } from "../../redux/actions"; function VodTube({ videoList, getList, list, selectedVideo, comments }: any) { useEffect(() => { getList(); scroll.goToTop(); }, []); return (
{selectedVideo.text}
در این قسمت توضیحی کوتاه قرار می گیرد
در این قسمت توضیحی کوتاه قرار می گیرد