import { PropsWithChildren } from "react"; export const Gutter = ({ children }: PropsWithChildren) => { return (
{children}
); };