Skip to content

Commit

Permalink
refactor: 테이블 관련 컴포넌트 폴더 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Nov 5, 2024
1 parent 0f2d207 commit d631fd7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/app/students/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import type { StudyListApiResponseDto } from "types/dtos/studyList";
import isAdmin from "utils/isAdmin";

import StudentFilter from "./_components/StudentFilter";
import StudentList from "./_components/StudentList";
import StudentPagination from "./_components/StudentPagination";
import StudentsHeader from "./_components/StudentsHeader";
import StudentList from "./_components/StudentTable/StudentList";
import { studyAtom } from "./_contexts/StudyProvider";

const StudentsPage = () => {
Expand Down

0 comments on commit d631fd7

Please sign in to comment.