import ButtonBackHeader from "@/components/buttonBackHeader" import ReportChartDocument from "@/components/division/reportChartDocument" import ReportChartEvent from "@/components/division/reportChartEvent" import ReportChartProgress from "@/components/division/reportChartProgress" import { InputForm } from "@/components/inputForm" import Styles from "@/constants/Styles" import { router, Stack, useLocalSearchParams } from "expo-router" import { SafeAreaView, ScrollView, View } from "react-native" export default function ReportDivision() { const { id } = useLocalSearchParams() return ( { router.back() }} />, headerTitle: 'Laporan Divisi', headerTitleAlign: 'center', }} /> ) }