export function BlogWrapper({ children }: React.PropsWithChildren) { return (
{children}
); }