import buttonUnpressed from "../images/button-unpressed.png"; import buttonHalfPressed from "../images/button-half-pressed.png"; import buttonFullyPressed from "../images/button-fully-pressed.png"; function InlineInflectionButton({ inflection }) { return ( {inflection ); } export default InlineInflectionButton;