Skip to content

Commit c4f3fe3

Browse files
authored
refactor(graduate): 공지사항 작성 및 파일 업로드 오류 수정 (#215)
2 parents 79cf518 + 1f54e00 commit c4f3fe3

20 files changed

Lines changed: 40 additions & 52 deletions

File tree

apps/graduate/src/features/studentDetail/api/getStudentDetail.ts renamed to apps/graduate/src/feature/studentDetail/api/getStudentDetail.ts

File renamed without changes.
File renamed without changes.

apps/graduate/src/features/studentDetail/hooks/index.ts renamed to apps/graduate/src/feature/studentDetail/hooks/index.ts

File renamed without changes.

apps/graduate/src/features/studentDetail/hooks/useStudentDetail.ts renamed to apps/graduate/src/feature/studentDetail/hooks/useStudentDetail.ts

File renamed without changes.
File renamed without changes.

apps/graduate/src/features/studentDetail/model/index.ts renamed to apps/graduate/src/feature/studentDetail/model/index.ts

File renamed without changes.

apps/graduate/src/features/studentDetail/model/studentDetail.ts renamed to apps/graduate/src/feature/studentDetail/model/studentDetail.ts

File renamed without changes.

apps/graduate/src/features/studentDetail/types/index.ts renamed to apps/graduate/src/feature/studentDetail/types/index.ts

File renamed without changes.

apps/graduate/src/features/studentDetail/types/studentDetail.ts renamed to apps/graduate/src/feature/studentDetail/types/studentDetail.ts

File renamed without changes.

apps/graduate/src/pages/admin/all/ui/UserDetailModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { Descriptions, Modal, Spin, Table } from 'antd';
44
import { Header } from '~/shared/components';
55
import { Container } from '~/shared/components/Container';
66

7-
import { useStudentDetail } from '~/features/studentDetail';
87

98
import type { PeriodData, StageData } from '../types/allManagement';
109
import {
@@ -13,6 +12,7 @@ import {
1312
getStatusLabel,
1413
} from '../utils';
1514

15+
import { useStudentDetail } from '~/feature/studentDetail';
1616
import { vars } from '~/vars.css';
1717

1818
interface UserDetailModalProps {

0 commit comments

Comments
 (0)