import AppHeader from "@/components/AppHeader" 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: () => header: () => ( router.back()} right={ } /> ) }} /> { router.back() }} />, title: 'Diskusi Divisi', headerTitleAlign: 'center', // headerRight: () => header: () => ( router.back()} right={ } /> ) }} /> { router.back() }} />, headerTitle: 'Riwayat Acara', headerTitleAlign: 'center', header: () => ( router.back()} /> ) }} /> ) }