Skip to content

Commit

Permalink
fix: 캐시 지우고 폴더명 다시 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Aug 27, 2024
1 parent 6864568 commit d90b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/app/studies/create-study/_components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as CreateStudyButton } from "./CreateStudyButton";
export { default as StudyBasicInfo } from "./studyBasicInfo";
export { default as StudyBasicInfo } from "./StudyBasicInfo";
export { default as StudyMentorSelect } from "./StudyMentorSelect";
export { default as StudyNameTextField } from "./StudyNameTextField";

0 comments on commit d90b5e0

Please sign in to comment.