2024-12-17 10:19:52 +00:00
|
|
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
|
|
|
|
import ListEnewsPolri from "@/components/table/tabel-emajalah-polri";
|
2024-03-02 15:25:48 +00:00
|
|
|
|
|
|
|
|
export default function ListEnewsPage() {
|
2024-12-17 10:19:52 +00:00
|
|
|
return (
|
|
|
|
|
<HumasLayout>
|
2025-03-18 08:30:18 +00:00
|
|
|
<ListEnewsPolri />
|
2024-12-17 10:19:52 +00:00
|
|
|
</HumasLayout>
|
|
|
|
|
);
|
2024-03-02 15:25:48 +00:00
|
|
|
}
|