Skip to content

Instantly share code, notes, and snippets.

@jenil94
Last active July 25, 2020 12:09
Show Gist options
  • Save jenil94/3cec646c44e72f410295cae651c58113 to your computer and use it in GitHub Desktop.
Save jenil94/3cec646c44e72f410295cae651c58113 to your computer and use it in GitHub Desktop.
import React from "react";
const Calendar = () => {
return <div></div>;
};
export default Calendar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment