10 lines
225 B
TypeScript
10 lines
225 B
TypeScript
|
|
import PublicationPemerintahDaerahLayout from "@/components/main/filter-publication-pemerintah-daerah";
|
||
|
|
|
||
|
|
export default async function FilterKl() {
|
||
|
|
return (
|
||
|
|
<>
|
||
|
|
<PublicationPemerintahDaerahLayout />
|
||
|
|
</>
|
||
|
|
);
|
||
|
|
}
|