import React from "react"; export default function NewsLayout({ children }: { children: React.ReactNode }) { return