Skip to content

Commit

Permalink
fix(bug): 修复lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eleliauk committed Dec 10, 2024
1 parent 75967e4 commit c5e45ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/common/components/Comment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ import './style.scss';
import { useCourseStore } from '@/pages/main/store/store';

import IconFont from '@/common/components/iconfont';
import { formatIsoDate } from '@/common/utils';
import { formatIsoDate, post } from '@/common/utils';
import { CourseDetailsType, PublisherDetailsType } from '@/pages/main/store/types';
import ShowStar from '../showStar/showStar';

import { post } from '@/common/utils';

interface CommentProps extends CommentInfo {
type?: string;
isHot?: boolean;
Expand Down

0 comments on commit c5e45ac

Please sign in to comment.