import React from "react"; export default function Container(props: React.PropsWithChildren<{}>) { return
{props.children}
; }