import React from 'react'; export default function SubmitButton({ onClick, disabled }) { return ( ); }