import React from "react"; import styles from "@/components/Dashboard/LMSCourses/TotalWatched/TotalWatched.module.css"; const TotalWatched = () => { return ( <>

Total Watched

66:15h

Assignment Completed

81%

Monthly Progress

81%

Overall Pass Percentage

81%

); }; export default TotalWatched;