import React from "react"; export const Header = ({ children }: { children: React.ReactNode }) => (
{children}