diff --git a/src/app_modules/job/main/arsip.tsx b/src/app_modules/job/main/arsip.tsx index 47d4d9ce..99593b7c 100644 --- a/src/app_modules/job/main/arsip.tsx +++ b/src/app_modules/job/main/arsip.tsx @@ -1,13 +1,10 @@ "use client"; -import ComponentGlobal_AuthorNameOnHeader from "@/app_modules/component_global/author_name_on_header"; -import { Stack, Card, Grid, Image, Text } from "@mantine/core"; import ComponentJob_CardViewStatus from "../component/card_view_status"; import { RouterJob } from "@/app/lib/router_hipmi/router_job"; -import ComponentJob_CardPreview from "../component/card_preview"; import { MODEL_JOB } from "../model/interface"; -export default function Job_Arsip({ dataJob }: { dataJob :MODEL_JOB[]}) { +export default function Job_Arsip({ dataJob }: { dataJob: MODEL_JOB[] }) { return ( <> ); } - - diff --git a/src/app_modules/vote/splash/index.tsx b/src/app_modules/vote/splash/index.tsx index 1395ae3e..860f75f1 100644 --- a/src/app_modules/vote/splash/index.tsx +++ b/src/app_modules/vote/splash/index.tsx @@ -16,7 +16,6 @@ export default function Vote_Splash() { const [hotMenu, setHotMenu] = useAtom(gs_vote_hotMenu); const [tabsStatus, setTabsStatus] = useAtom(gs_vote_status); const [tabsRiwayat, setTabsRiwayat] = useAtom(gs_vote_riwayat); - useShallowEffect(() => { setTimeout(() => { setHotMenu(0);