评论列表默认展开
This commit is contained in:
@@ -2,11 +2,6 @@ import { useEffect, useState } from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import ClickOutside from '../ClickOutside';
|
||||
|
||||
import UserOne from '../../images/user/user-01.png';
|
||||
import UserTwo from '../../images/user/user-02.png';
|
||||
import UserThree from '../../images/user/user-03.png';
|
||||
import UserFour from '../../images/user/user-04.png';
|
||||
|
||||
import { getCommentListAPI } from '@/api/Comment'
|
||||
import { Comment } from '@/types/comment';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user