fix: 불필요한 주석 삭제
This commit is contained in:
parent
1d0cc39f4c
commit
715bb2d042
@ -3,8 +3,6 @@ import { Link } from 'react-router-dom';
|
||||
import styles from './QuizsetDetail.module.css';
|
||||
|
||||
export default function QuizsetDetail({ topic, title }) {
|
||||
// TODO: 답변 작성 기능 추가
|
||||
|
||||
return (
|
||||
<div className={styles.quizsetDetail}>
|
||||
<header className={styles.header}>
|
||||
|
@ -1,6 +1,5 @@
|
||||
import { useQuizsetDetail } from '../../hooks/api/useQuizsetDetail';
|
||||
import { useParams } from 'react-router-dom';
|
||||
// import useBoundStore from '../../store';
|
||||
import { QuizsetDetail } from '../../components/QuizsetDetail';
|
||||
|
||||
export default function QuizsetListPage() {
|
||||
|
Loading…
Reference in New Issue
Block a user