refactor: 공지사항 작성 페이지 이름 수정

This commit is contained in:
jhynsoo 2024-07-21 01:00:29 +09:00
parent adbd7f01bd
commit ccf588437f
3 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
export { default as LecturerCreateNoticePage } from './LecturerCreateNoticePage';

View File

@ -3,7 +3,7 @@ import { SideBar, SideLink, SideItem } from '../../components/SideBar';
import { MaxWidthLayout } from '../../components/Layout';
import { CreateArticle } from '../../components/Article';
export default function LecturerCreateNoticePage() {
export default function NoticeWritePage() {
const lecture = {
title: '정보처리기사 실기 완전정복',
tutor: '박정민',

View File

@ -0,0 +1 @@
export { default as NoticeWritePage } from './NoticeWritePage';