Skip to content

Commit

Permalink
fix: build 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Nov 28, 2023
1 parent ffaec66 commit 13cc85f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 181 deletions.
2 changes: 1 addition & 1 deletion src/components/common/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ReactNode } from 'react'

interface ModalProperties {
children: ReactNode
onClose: () => void
onClose?: () => void
}

const Modal = ({ children, onClose }: ModalProperties) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ const meta: Meta<typeof ScheduleProfileBox> = {
description: '삭제 함수를 입력해주세요',
control: { type: 'function' },
required: true
},
profileNode: {
description: '프로필을 보여줄꺼면 외부에서 리엑트 노드를 입력해주세요',
required: false
}
}
}
Expand Down
175 changes: 0 additions & 175 deletions src/pages/calendar/CalendarPage.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import EditChildren from '@/pages/EditChildren/EditChildren'
import EditingChildren from '@/pages/EditChildren/EditingChildren'
import ErrorPage from '@/pages/ErrorPage'
import AcademyDashboard from '@/pages/academy/AcademyDashboard'
import AddAcademy from '@/pages/academy/AddSchedule'
import AcademyDetail from '@/pages/academy/academyDetail'
import AddAcademy from '@/pages/academy/addSchedule'
import DetailSchedulePage from '@/pages/academy/detailSchedule/DetailSchedulePage'
import EditAcademy from '@/pages/academy/editAcademy'
import FilterPage from '@/pages/filter/FilterPage.tsx'
Expand Down

0 comments on commit 13cc85f

Please sign in to comment.