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