import Header from "@/components/Current/Header"; import type { LangParams, PageArgs, UriParams } from "@/types/params"; export default function CurrentContentpageTemplate({ children, params, searchParams }: React.PropsWithChildren>) { // if (!searchParams.uri) { // throw new Error("Bad URI"); // } return ( <> {/*
*/} {children} ); }