'use client'
import { Box, Button, Image, Paper, Stack, Table, TableTbody, TableTd, TableTh, TableThead, TableTr, Text } from '@mantine/core';
import { IconDeviceImacCog, IconSearch } from '@tabler/icons-react';
import HeaderSearch from '../../_com/header';
import colors from '@/con/colors';
import JudulList from '../../_com/judulList';
import { useRouter } from 'next/navigation';
function GotongRoyong() {
return (
}
/>
);
}
function ListGotongRoyong() {
const router = useRouter();
return (
Judul Gotong Royong
Kategori Gotong Royong
Image
Deskripsi Gotong Royong
Detail
Judul
Kategori
Deskripsi
)
}
export default GotongRoyong;