export default function SButton({ onClick, children }: any) { return ( <> ); }