buttons color changes
This commit is contained in:
parent
5efc46b706
commit
56c07f08a6
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
import { useRouter } from 'next/router';
|
||||
import React, { useEffect, useState, useSyncExternalStore } from 'react'
|
||||
import React, { useEffect, useState } from 'react'
|
||||
import { Loader } from '../../../Common/Loader';
|
||||
import { getListComment, movieDetailsPost, postComment } from '../../../service/service';
|
||||
import moment from 'moment';
|
||||
import { formatBytes } from '../../../Common/CardExpanded';
|
||||
import YouTube from "react-youtube";
|
||||
import { FaRegCopy } from 'react-icons/fa'
|
||||
import ToastMsg from '../../../Common/ToastMsg';
|
||||
const Details = () => {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue