refactor: 불필요한 주석 제거
This commit is contained in:
parent
cfe9e6de2c
commit
06c46fbf76
@ -3,6 +3,7 @@ import instance from '../../utils/axios/instance';
|
||||
import { API_URL } from '../../constants';
|
||||
|
||||
export function useNotices(lectureId) {
|
||||
// TODO: API url 업데이트
|
||||
const response = useQuery({
|
||||
queryKey: ['noticelist', lectureId],
|
||||
queryFn: instance.get(`${API_URL}/notice/${lectureId}`),
|
||||
|
@ -30,30 +30,6 @@ export default function LectureInfoPage() {
|
||||
},
|
||||
};
|
||||
|
||||
// const lectureData = {
|
||||
// title: '정보처리기사 실기 완전정복',
|
||||
// img: '',
|
||||
// tutor: '이재용',
|
||||
// tutorImg: '',
|
||||
// term: '2021.07.01 ~ 2021.12.31',
|
||||
// time: '매주 화, 목 19:00 ~ 21:00',
|
||||
// description: [
|
||||
// {
|
||||
// title: '수업소개',
|
||||
// content: '이 코스는 정보처리기사 실기에 대한 완전정복을 목표로 합니다.',
|
||||
// },
|
||||
// {
|
||||
// title: '커리큘럼',
|
||||
// content:
|
||||
// '1. 데이터베이스\n2. 소프트웨어 공학\n3. 운영체제\n4. 네트워크\n5. 데이터통신\n6. 전자계산기\n7. 알고리즘\n8. 프로그래밍 언어\n9. 시스템 소프트웨어\n10. 정보시스템 개발 관리',
|
||||
// },
|
||||
// {
|
||||
// title: '이런 사람이 들으면 좋아요',
|
||||
// content: '정보처리기사 실기에 관심이 많은 사람',
|
||||
// },
|
||||
// ],
|
||||
// };
|
||||
|
||||
return (
|
||||
<>
|
||||
<LectureHeader
|
||||
|
@ -11,8 +11,6 @@ export default function NoticeListPage() {
|
||||
],
|
||||
};
|
||||
|
||||
// const { data: notices } = useNotices();
|
||||
|
||||
return (
|
||||
<ArticleBoard
|
||||
title="공지사항"
|
||||
|
Loading…
Reference in New Issue
Block a user