import React from 'react'; export default function RowButton({ onClick, children, text, className }) { return ( ); }