import ButtonBackHeader from "@/components/buttonBackHeader" import HeaderRightDiscussionList from "@/components/discussion/headerDiscussionList" import HeaderRightTaskList from "@/components/task/headerTaskList" import { Headers } from "@/constants/Headers" import { router, Stack } from "expo-router" export default function RootLayout() { return ( <> { router.back() }} />, title: 'Tugas Divisi', headerTitleAlign: 'center', headerRight: () => }} /> { router.back() }} />, title: 'Diskusi Divisi', headerTitleAlign: 'center', headerRight: () => }} /> { router.back() }} />, headerTitle: 'Riwayat Acara', headerTitleAlign: 'center', }} /> ) }