export const BG = (props: { children: React.ReactNode }) => { return (
{props.children}
); }