docs: TODO 추가

This commit is contained in:
정기영 2024-07-25 16:40:05 +09:00
parent 7ffe909df9
commit 879eae19b3

View File

@ -7,7 +7,7 @@ export default function LearningLectureDetailPage() {
const { lectureId } = useParams();
const { data: noticesData } = useNotices(lectureId);
const notices = noticesData?.data;
// TODO: QnA
// TODO: QnA 3 slice
const { data: questions } = {
data: [
{ id: 2, title: 'Question1', sub: '7-12 오전 11:40:57' },