diff --git a/app/[locale]/(protected)/admin/broadcast/email/[id]/page.tsx b/app/[locale]/(protected)/admin/broadcast/email/[id]/page.tsx deleted file mode 100644 index 73256382..00000000 --- a/app/[locale]/(protected)/admin/broadcast/email/[id]/page.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import ContentBlast from "@/components/form/broadcast/content-blast-form"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; - -export default function CreateEmailBlast() { - return ( -
- - -
- ); -} diff --git a/app/[locale]/(protected)/admin/broadcast/whatsapp/[id]/page.tsx b/app/[locale]/(protected)/admin/broadcast/whatsapp/[id]/page.tsx deleted file mode 100644 index d1ddaa08..00000000 --- a/app/[locale]/(protected)/admin/broadcast/whatsapp/[id]/page.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import ContentBlast from "@/components/form/broadcast/content-blast-form"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; - -export default function CreateWABlast() { - return ( -
- - -
- ); -} diff --git a/app/[locale]/(protected)/admin/media-tracking/media-online/create/page.tsx b/app/[locale]/(protected)/admin/media-tracking/media-online/create/page.tsx deleted file mode 100644 index aadabc80..00000000 --- a/app/[locale]/(protected)/admin/media-tracking/media-online/create/page.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTaskTa from "@/components/form/task-ta/task-ta-form"; -import FormAskExpert from "@/components/form/shared/ask-expert-form"; -import FormDoItYourself from "@/components/form/shared/do-it-yourself-form"; -import FormMediaOnline from "@/components/form/media-tracking/media-tracking-form"; - -const MediaOnlineCreatePage = () => { - return ( -
- -
- -
-
- ); -}; - -export default MediaOnlineCreatePage; diff --git a/app/[locale]/(protected)/admin/performance-satker/page.tsx b/app/[locale]/(protected)/admin/performance-satker/page.tsx deleted file mode 100644 index 1296113c..00000000 --- a/app/[locale]/(protected)/admin/performance-satker/page.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import PerformancePolresViz from "@/components/visualization/performance-polres"; -import PerformanceSatkerViz from "@/components/visualization/performance-satker"; - -export default function PerformanceSatker() { - return ( -
- -

PERFORMANCE KUMULATIF PER SATKER

- -
- ); -} diff --git a/app/[locale]/(protected)/admin/survey/detail/[id]/page.tsx b/app/[locale]/(protected)/admin/survey/detail/[id]/page.tsx deleted file mode 100644 index 7b24ff71..00000000 --- a/app/[locale]/(protected)/admin/survey/detail/[id]/page.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormBlogDetail from "@/components/form/blog/blog--detail-form"; -import FormSurvey from "@/components/landing-page/survey"; -import FormSurveyDetail from "@/components/form/survey/survey-detail"; - -const SurveyDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default SurveyDetailPage; diff --git a/app/[locale]/(protected)/app/projects/page.tsx b/app/[locale]/(protected)/app/projects/page.tsx deleted file mode 100644 index 06ca0027..00000000 --- a/app/[locale]/(protected)/app/projects/page.tsx +++ /dev/null @@ -1,9 +0,0 @@ - -import { redirect } from '@/components/navigation' - -const ProjectPage = () => { - redirect('/app/projects/grid') - return null -} - -export default ProjectPage \ No newline at end of file diff --git a/app/[locale]/(protected)/contributor/blog/create/page.tsx b/app/[locale]/(protected)/contributor/blog/create/page.tsx deleted file mode 100644 index 9c4ac75f..00000000 --- a/app/[locale]/(protected)/contributor/blog/create/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormImage from "@/components/form/content/image-form"; -import FormBlog from "@/components/form/blog/blog-form"; - -const BlogCreatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default BlogCreatePage; diff --git a/app/[locale]/(protected)/contributor/blog/detail/[id]/page.tsx b/app/[locale]/(protected)/contributor/blog/detail/[id]/page.tsx deleted file mode 100644 index c196cb0d..00000000 --- a/app/[locale]/(protected)/contributor/blog/detail/[id]/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormBlogDetail from "@/components/form/blog/blog--detail-form"; -import FormSurveyDetailPage from "@/components/form/survey/survey-detail"; - -const BlogDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default BlogDetailPage; diff --git a/app/[locale]/(protected)/contributor/content/audio/detail/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/audio/detail/[id]/page.tsx deleted file mode 100644 index c3d08051..00000000 --- a/app/[locale]/(protected)/contributor/content/audio/detail/[id]/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormAudioDetail from "@/components/form/content/audio-detail-form"; - -const AudioDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default AudioDetailPage; diff --git a/app/[locale]/(protected)/contributor/content/audio/update-seo/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/audio/update-seo/[id]/page.tsx deleted file mode 100644 index 7fe0e43c..00000000 --- a/app/[locale]/(protected)/contributor/content/audio/update-seo/[id]/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormImageUpdate from "@/components/form/content/image-update-form"; -import FormAudioUpdate from "@/components/form/content/audio-update-form"; -import FormAudioSeo from "@/components/form/content/audio-update-seo"; - -const AudioUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default AudioUpdatePage; diff --git a/app/[locale]/(protected)/contributor/content/audio/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/audio/update/[id]/page.tsx deleted file mode 100644 index c0690cb7..00000000 --- a/app/[locale]/(protected)/contributor/content/audio/update/[id]/page.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormImageUpdate from "@/components/form/content/image-update-form"; -import FormAudioUpdate from "@/components/form/content/audio-update-form"; - -const AudioUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default AudioUpdatePage; diff --git a/app/[locale]/(protected)/contributor/content/image/update-seo/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/image/update-seo/[id]/page.tsx deleted file mode 100644 index 152ee87e..00000000 --- a/app/[locale]/(protected)/contributor/content/image/update-seo/[id]/page.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormImageUpdate from "@/components/form/content/image-update-form"; -import FormImageSeo from "@/components/form/content/image-update-seo"; - -const ImageUpdateSeoPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default ImageUpdateSeoPage; diff --git a/app/[locale]/(protected)/contributor/content/image/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/image/update/[id]/page.tsx deleted file mode 100644 index 1adea644..00000000 --- a/app/[locale]/(protected)/contributor/content/image/update/[id]/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormImageUpdate from "@/components/form/content/image-update-form"; - -const ImageUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default ImageUpdatePage; diff --git a/app/[locale]/(protected)/contributor/content/spit/convert/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/spit/convert/[id]/page.tsx deleted file mode 100644 index ed9c8cac..00000000 --- a/app/[locale]/(protected)/contributor/content/spit/convert/[id]/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormConvertSPIT from "@/components/form/content/spit-convert-form"; - -const SPITConvertPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default SPITConvertPage; diff --git a/app/[locale]/(protected)/contributor/content/teks/create/page.tsx b/app/[locale]/(protected)/contributor/content/teks/create/page.tsx deleted file mode 100644 index 45dcac20..00000000 --- a/app/[locale]/(protected)/contributor/content/teks/create/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import FormAudio from "@/components/form/content/audio-form"; -import FormTeks from "@/components/form/content/teks-form"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; - -const TeksCreatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TeksCreatePage; diff --git a/app/[locale]/(protected)/contributor/content/teks/detail/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/teks/detail/[id]/page.tsx deleted file mode 100644 index 1245c0a1..00000000 --- a/app/[locale]/(protected)/contributor/content/teks/detail/[id]/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormTeksDetail from "@/components/form/content/teks-detail-form"; - -const TeksDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TeksDetailPage; diff --git a/app/[locale]/(protected)/contributor/content/teks/update-seo/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/teks/update-seo/[id]/page.tsx deleted file mode 100644 index f3182778..00000000 --- a/app/[locale]/(protected)/contributor/content/teks/update-seo/[id]/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTeksUpdate from "@/components/form/content/teks-update-form"; -import FormTeksSeo from "@/components/form/content/teks-update-seo"; - -const TeksUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TeksUpdatePage; diff --git a/app/[locale]/(protected)/contributor/content/teks/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/teks/update/[id]/page.tsx deleted file mode 100644 index c7b8dfec..00000000 --- a/app/[locale]/(protected)/contributor/content/teks/update/[id]/page.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormImageUpdate from "@/components/form/content/image-update-form"; -import FormTeksUpdate from "@/components/form/content/teks-update-form"; - -const TeksUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TeksUpdatePage; diff --git a/app/[locale]/(protected)/contributor/content/video/detail/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/video/detail/[id]/page.tsx deleted file mode 100644 index 377c0a87..00000000 --- a/app/[locale]/(protected)/contributor/content/video/detail/[id]/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormVideoDetail from "@/components/form/content/video-detail-form"; - -const VideoDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default VideoDetailPage; diff --git a/app/[locale]/(protected)/contributor/content/video/update-seo/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/video/update-seo/[id]/page.tsx deleted file mode 100644 index 260e06f2..00000000 --- a/app/[locale]/(protected)/contributor/content/video/update-seo/[id]/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormImageUpdate from "@/components/form/content/image-update-form"; -import FormVideoUpdate from "@/components/form/content/video-update-form"; -import FormVideoSeo from "@/components/form/content/video-update-seo"; - -const VideoUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default VideoUpdatePage; diff --git a/app/[locale]/(protected)/contributor/content/video/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/content/video/update/[id]/page.tsx deleted file mode 100644 index 1b0a481c..00000000 --- a/app/[locale]/(protected)/contributor/content/video/update/[id]/page.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormImageDetail from "@/components/form/content/image-detail-form"; -import FormImageUpdate from "@/components/form/content/image-update-form"; -import FormVideoUpdate from "@/components/form/content/video-update-form"; - -const VideoUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default VideoUpdatePage; diff --git a/app/[locale]/(protected)/contributor/schedule/event/create/page.tsx b/app/[locale]/(protected)/contributor/schedule/event/create/page.tsx deleted file mode 100644 index b95f30e8..00000000 --- a/app/[locale]/(protected)/contributor/schedule/event/create/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormPressConference from "@/components/form/schedule/press-conference-form"; -import FormEvent from "@/components/form/schedule/event-form"; - -const EventCreatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default EventCreatePage; diff --git a/app/[locale]/(protected)/contributor/schedule/event/detail/[id]/page.tsx b/app/[locale]/(protected)/contributor/schedule/event/detail/[id]/page.tsx deleted file mode 100644 index 2d763463..00000000 --- a/app/[locale]/(protected)/contributor/schedule/event/detail/[id]/page.tsx +++ /dev/null @@ -1,22 +0,0 @@ -"use client"; -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormPressConference from "@/components/form/schedule/press-conference-form"; -import FormDetailPressConference from "@/components/form/schedule/press-conference-detail-form"; -import { useParams } from "next/navigation"; -import { id } from "date-fns/locale"; -import FormEventDetail from "@/components/form/schedule/event-detail-form"; - -const EventDetailPage = () => { - return ( -
- -
- -
-
- ); -}; - -export default EventDetailPage; diff --git a/app/[locale]/(protected)/contributor/schedule/event/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/schedule/event/update/[id]/page.tsx deleted file mode 100644 index 8ec63d19..00000000 --- a/app/[locale]/(protected)/contributor/schedule/event/update/[id]/page.tsx +++ /dev/null @@ -1,23 +0,0 @@ -"use client"; -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormPressConference from "@/components/form/schedule/press-conference-form"; -import FormDetailPressConference from "@/components/form/schedule/press-conference-detail-form"; -import { useParams } from "next/navigation"; -import { id } from "date-fns/locale"; -import FormUpdatePressConference from "@/components/form/schedule/press-conference-update-form"; -import FormEventUpdate from "@/components/form/schedule/event-update-form"; - -const EventUpdatePage = () => { - return ( -
- -
- -
-
- ); -}; - -export default EventUpdatePage; diff --git a/app/[locale]/(protected)/contributor/schedule/press-conference/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/schedule/press-conference/update/[id]/page.tsx deleted file mode 100644 index 75f0e4b1..00000000 --- a/app/[locale]/(protected)/contributor/schedule/press-conference/update/[id]/page.tsx +++ /dev/null @@ -1,22 +0,0 @@ -"use client"; -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormPressConference from "@/components/form/schedule/press-conference-form"; -import FormDetailPressConference from "@/components/form/schedule/press-conference-detail-form"; -import { useParams } from "next/navigation"; -import { id } from "date-fns/locale"; -import FormUpdatePressConference from "@/components/form/schedule/press-conference-update-form"; - -const PressConUpdatePage = () => { - return ( -
- -
- -
-
- ); -}; - -export default PressConUpdatePage; diff --git a/app/[locale]/(protected)/contributor/schedule/press-release/create/page.tsx b/app/[locale]/(protected)/contributor/schedule/press-release/create/page.tsx deleted file mode 100644 index 767af43f..00000000 --- a/app/[locale]/(protected)/contributor/schedule/press-release/create/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormPressConference from "@/components/form/schedule/press-conference-form"; -import FormPressRelease from "@/components/form/schedule/pers-release-form"; - -const PressReleaseCreatePage = () => { - return ( -
- -
- -
-
- ); -}; - -export default PressReleaseCreatePage; diff --git a/app/[locale]/(protected)/contributor/schedule/press-release/detail/[id]/page.tsx b/app/[locale]/(protected)/contributor/schedule/press-release/detail/[id]/page.tsx deleted file mode 100644 index 6d5f0765..00000000 --- a/app/[locale]/(protected)/contributor/schedule/press-release/detail/[id]/page.tsx +++ /dev/null @@ -1,17 +0,0 @@ -"use client"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormDetailPressConference from "@/components/form/schedule/press-conference-detail-form"; -import FormDetailPressRillis from "@/components/form/schedule/pers-release--detail-form"; - -const PressRilisDetailPage = () => { - return ( -
- -
- -
-
- ); -}; - -export default PressRilisDetailPage; diff --git a/app/[locale]/(protected)/contributor/schedule/press-release/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/schedule/press-release/update/[id]/page.tsx deleted file mode 100644 index 9fbd61a3..00000000 --- a/app/[locale]/(protected)/contributor/schedule/press-release/update/[id]/page.tsx +++ /dev/null @@ -1,23 +0,0 @@ -"use client"; -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormPressConference from "@/components/form/schedule/press-conference-form"; -import FormDetailPressConference from "@/components/form/schedule/press-conference-detail-form"; -import { useParams } from "next/navigation"; -import { id } from "date-fns/locale"; -import FormUpdatePressConference from "@/components/form/schedule/press-conference-update-form"; -import FormUpdatePressRelease from "@/components/form/schedule/pers-release--update-form"; - -const PressRilisUpdatePage = () => { - return ( -
- -
- -
-
- ); -}; - -export default PressRilisUpdatePage; diff --git a/app/[locale]/(protected)/contributor/task-ta/detail/[id]/page.tsx b/app/[locale]/(protected)/contributor/task-ta/detail/[id]/page.tsx deleted file mode 100644 index 7b13d983..00000000 --- a/app/[locale]/(protected)/contributor/task-ta/detail/[id]/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormTaskTaDetail from "@/components/form/task-ta/task-ta-detail-form"; - -const TaskTaDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TaskTaDetailPage; diff --git a/app/[locale]/(protected)/contributor/task-ta/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/task-ta/update/[id]/page.tsx deleted file mode 100644 index 829632a2..00000000 --- a/app/[locale]/(protected)/contributor/task-ta/update/[id]/page.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormTaskEdit from "@/components/form/task/task-edit-form"; -import FormTaskTaEdit from "@/components/form/task-ta/task-ta-edit-form"; - -const TaskTaDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TaskTaDetailPage; diff --git a/app/[locale]/(protected)/contributor/task/forward/[id]/page.tsx b/app/[locale]/(protected)/contributor/task/forward/[id]/page.tsx deleted file mode 100644 index 2cb4a08c..00000000 --- a/app/[locale]/(protected)/contributor/task/forward/[id]/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormTaskForward from "@/components/form/task/task-forward-form"; - -const TaskForwardPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TaskForwardPage; diff --git a/app/[locale]/(protected)/contributor/task/update/[id]/page.tsx b/app/[locale]/(protected)/contributor/task/update/[id]/page.tsx deleted file mode 100644 index f5a9a0d4..00000000 --- a/app/[locale]/(protected)/contributor/task/update/[id]/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormTaskEdit from "@/components/form/task/task-edit-form"; - -const TaskDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TaskDetailPage; diff --git a/app/[locale]/(protected)/curator/content-production/page.tsx b/app/[locale]/(protected)/curator/content-production/page.tsx deleted file mode 100644 index e17db212..00000000 --- a/app/[locale]/(protected)/curator/content-production/page.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import ContentProductionVisualization from "@/components/visualization/content-production"; - -export default function ContentProduction() { - return ( -
- - -
- ); -} diff --git a/app/[locale]/(protected)/curator/pattern-relation/page.tsx b/app/[locale]/(protected)/curator/pattern-relation/page.tsx deleted file mode 100644 index 6bcb42ba..00000000 --- a/app/[locale]/(protected)/curator/pattern-relation/page.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import PatternRelationVisualization from "@/components/visualization/pattern-relation-viz"; - -export default function PatternRelation() { - return ( -
- - -
- ); -} diff --git a/app/[locale]/(protected)/layout.tsx b/app/[locale]/(protected)/layout.tsx deleted file mode 100644 index aa42048f..00000000 --- a/app/[locale]/(protected)/layout.tsx +++ /dev/null @@ -1,23 +0,0 @@ -import LayoutProvider from "@/providers/layout.provider"; -import LayoutContentProvider from "@/providers/content.provider"; -import DashCodeSidebar from "@/components/partials/sidebar"; -import DashCodeFooter from "@/components/partials/footer"; -import ThemeCustomize from "@/components/partials/customizer"; -import DashCodeHeader from "@/components/partials/header"; -import MountedProvider from "@/providers/mounted.provider"; - -const layout = async ({ children }: { children: React.ReactNode }) => { - return ( - - - - - - {children} - - - - ); -}; - -export default layout; diff --git a/app/[locale]/(protected)/shared/communication/escalation/detail/[id]/page.tsx b/app/[locale]/(protected)/shared/communication/escalation/detail/[id]/page.tsx deleted file mode 100644 index eaad7e96..00000000 --- a/app/[locale]/(protected)/shared/communication/escalation/detail/[id]/page.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormDetailEscalation from "@/components/form/communication/escalation-detail-form"; - -const EscalationDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default EscalationDetailPage; diff --git a/app/[locale]/(protected)/shared/communication/internal/detail/[id]/page.tsx b/app/[locale]/(protected)/shared/communication/internal/detail/[id]/page.tsx deleted file mode 100644 index dce21c67..00000000 --- a/app/[locale]/(protected)/shared/communication/internal/detail/[id]/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; - -const InternalDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default InternalDetailPage; diff --git a/app/[locale]/(protected)/shared/communication/internal/update/[id]/page.tsx b/app/[locale]/(protected)/shared/communication/internal/update/[id]/page.tsx deleted file mode 100644 index 0f2efc81..00000000 --- a/app/[locale]/(protected)/shared/communication/internal/update/[id]/page.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormEditInternal from "@/components/form/communication/internal-edit-form"; - -const InternalUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default InternalUpdatePage; diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/[id]/page.tsx b/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/[id]/page.tsx deleted file mode 100644 index a9b8c706..00000000 --- a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/[id]/page.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTaskTa from "@/components/form/task-ta/task-ta-form"; -import FormAskExpert from "@/components/form/shared/ask-expert-form"; -import FormDoItYourself from "@/components/form/shared/do-it-yourself-form"; -import FormAcceptAssignment from "@/components/form/shared/accept-assignment-form"; - -const AcceptAssignmentPage = () => { - return ( -
- -
- -
-
- ); -}; - -export default AcceptAssignmentPage; diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/do-it-yourself/[id]/page.tsx b/app/[locale]/(protected)/shared/curated-content/giat-routine/image/do-it-yourself/[id]/page.tsx deleted file mode 100644 index 20c56cb2..00000000 --- a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/do-it-yourself/[id]/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTaskTa from "@/components/form/task-ta/task-ta-form"; -import FormAskExpert from "@/components/form/shared/ask-expert-form"; -import FormDoItYourself from "@/components/form/shared/do-it-yourself-form"; - -const DoItYourselfCreatePage = () => { - return ( -
- -
- -
-
- ); -}; - -export default DoItYourselfCreatePage; diff --git a/app/[locale]/(protected)/supervisor/communications/account-report/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/account-report/detail/[id]/page.tsx deleted file mode 100644 index 3ac46db3..00000000 --- a/app/[locale]/(protected)/supervisor/communications/account-report/detail/[id]/page.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormBlogDetail from "@/components/form/blog/blog--detail-form"; -import FormSurveyDetailPage from "@/components/form/survey/survey-detail"; -import FormAccountReport from "@/components/form/account-report/account-report-form"; - -const AccountReportDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default AccountReportDetailPage; diff --git a/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx deleted file mode 100644 index c62e9bb0..00000000 --- a/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormDetailEscalation from "@/components/form/communication/escalation-detail-form"; -import FormQuestionsForward from "@/components/form/communication/escalation-forward-form"; -import FormQuestionsDetail from "@/components/form/communication/escalation-detail-new-form"; - -const EscalationDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default EscalationDetailPage; diff --git a/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx deleted file mode 100644 index bdf4a4f9..00000000 --- a/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormDetailEscalation from "@/components/form/communication/escalation-detail-form"; -import FormQuestionsForward from "@/components/form/communication/escalation-forward-form"; - -const EscalationForwardPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default EscalationForwardPage; diff --git a/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx deleted file mode 100644 index eaad7e96..00000000 --- a/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormDetailEscalation from "@/components/form/communication/escalation-detail-form"; - -const EscalationDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default EscalationDetailPage; diff --git a/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx deleted file mode 100644 index dce21c67..00000000 --- a/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; - -const InternalDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default InternalDetailPage; diff --git a/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx deleted file mode 100644 index 0f2efc81..00000000 --- a/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormEditInternal from "@/components/form/communication/internal-edit-form"; - -const InternalUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default InternalUpdatePage; diff --git a/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx deleted file mode 100644 index 85c0c0c8..00000000 --- a/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormDetailTicketing from "@/components/form/ticketing/ticketing-detail-form"; -import FormQuestionsReply from "@/components/form/communication/questions-reply-form"; - -const QuestionsReplyPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default QuestionsReplyPage; diff --git a/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx deleted file mode 100644 index 8564ff60..00000000 --- a/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormDetailTicketing from "@/components/form/ticketing/ticketing-detail-form"; - -const TicketingDetailPage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TicketingDetailPage; diff --git a/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx b/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx deleted file mode 100644 index 9a78c7f1..00000000 --- a/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import { Card, CardContent } from "@/components/ui/card"; -import SiteBreadcrumb from "@/components/site-breadcrumb"; -import FormTask from "@/components/form/task/task-form"; -import FormTaskDetail from "@/components/form/task/task-detail-form"; -import FormDetailInternal from "@/components/form/communication/internal-detail-form"; -import FormDetailTicketing from "@/components/form/ticketing/ticketing-detail-form"; -import FormUpdateTicketing from "@/components/form/ticketing/ticketing-update-form"; - -const TicketingUpdatePage = async () => { - return ( -
- -
- -
-
- ); -}; - -export default TicketingUpdatePage; diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx deleted file mode 100644 index 96086704..00000000 --- a/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx +++ /dev/null @@ -1,37 +0,0 @@ -"use client"; - -import LayoutProvider from "@/providers/layout.provider"; -import LayoutContentProvider from "@/providers/content.provider"; -import DashCodeSidebar from "@/components/partials/sidebar"; -import DashCodeFooter from "@/components/partials/footer"; -import ThemeCustomize from "@/components/partials/customizer"; -import DashCodeHeader from "@/components/partials/header"; - -import { redirect } from "@/components/navigation"; -import Footer from "@/components/landing-page/footer"; -import Navbar from "@/components/landing-page/navbar"; -import NavbarKaltara from "@/components/landing-page/landing-polda-kaltara/navbar-polda-kaltara"; -import { useParams } from "next/navigation"; -import ContactUsKaltara from "@/components/landing-page/landing-polda-kaltara/contact-us-kaltara"; -import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara"; - -const layout = ({ children }: { children: React.ReactNode }) => { - const params = useParams(); - const poldaName: any = params?.polda_name; - return poldaName === "kaltara" ? ( - <> - - {children} - - - - ) : ( - <> - - {children} -