diff --git a/src/app/production/recording/add/page.tsx b/src/app/production/recording/add/page.tsx index 50bb1d92..d41fc183 100644 --- a/src/app/production/recording/add/page.tsx +++ b/src/app/production/recording/add/page.tsx @@ -1,4 +1,4 @@ -import RecordingForm from '@/components/pages/flock/recording/form/RecordingForm'; +import RecordingForm from '@/components/pages/production/recording/form/RecordingForm'; const AddRecording = () => { return ( diff --git a/src/app/production/recording/detail/edit/page.tsx b/src/app/production/recording/detail/edit/page.tsx index 0ab55785..de53a354 100644 --- a/src/app/production/recording/detail/edit/page.tsx +++ b/src/app/production/recording/detail/edit/page.tsx @@ -2,7 +2,7 @@ import { useRouter, useSearchParams } from 'next/navigation'; import useSWR from 'swr'; -import RecordingForm from '@/components/pages/flock/recording/form/RecordingForm'; +import RecordingForm from '@/components/pages/production/recording/form/RecordingForm'; import { RecordingApi } from '@/services/api/production'; import { isResponseError, isResponseSuccess } from '@/lib/api-helper'; diff --git a/src/app/production/recording/detail/page.tsx b/src/app/production/recording/detail/page.tsx index 66a6202a..77b82a68 100644 --- a/src/app/production/recording/detail/page.tsx +++ b/src/app/production/recording/detail/page.tsx @@ -2,7 +2,7 @@ import { useRouter, useSearchParams } from 'next/navigation'; import useSWR from 'swr'; -import RecordingForm from '@/components/pages/flock/recording/form/RecordingForm'; +import RecordingForm from '@/components/pages/production/recording/form/RecordingForm'; import { RecordingApi } from '@/services/api/production'; import { isResponseError, isResponseSuccess } from '@/lib/api-helper'; diff --git a/src/app/production/recording/page.tsx b/src/app/production/recording/page.tsx index 06f42789..f31ac19a 100644 --- a/src/app/production/recording/page.tsx +++ b/src/app/production/recording/page.tsx @@ -1,4 +1,4 @@ -import RecordingTable from '@/components/pages/flock/recording/RecordingTable'; +import RecordingTable from '@/components/pages/production/recording/RecordingTable'; const Recording = () => { return ( diff --git a/src/components/pages/flock/recording/RecordingTable.tsx b/src/components/pages/production/recording/RecordingTable.tsx similarity index 99% rename from src/components/pages/flock/recording/RecordingTable.tsx rename to src/components/pages/production/recording/RecordingTable.tsx index 04a6fce6..cf95f3f5 100644 --- a/src/components/pages/flock/recording/RecordingTable.tsx +++ b/src/components/pages/production/recording/RecordingTable.tsx @@ -220,7 +220,7 @@ const RowOptionsMenu = ({ )} >