Skip to content

Instantly share code, notes, and snippets.

@pushkar100
Created April 12, 2022 06:46
Show Gist options
  • Select an option

  • Save pushkar100/e8dabc637dea1edf7855aef68006f6ac to your computer and use it in GitHub Desktop.

Select an option

Save pushkar100/e8dabc637dea1edf7855aef68006f6ac to your computer and use it in GitHub Desktop.
import React from "react";
const MenuItem = ({ text }) => <div key={text}>{text}</div>;
export default MenuItem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment