Skip to content

Instantly share code, notes, and snippets.

@dirty49374
Last active June 9, 2020 03:23
Show Gist options
  • Save dirty49374/b2a367922572dc790d628a5e2ac46794 to your computer and use it in GitHub Desktop.
Save dirty49374/b2a367922572dc790d628a5e2ac46794 to your computer and use it in GitHub Desktop.
react template
<%_ if ($.autogen) { $.cancel(); return; } _%>
import React from "react";
export const <%- $.name[0].toUpperCase() %><%- $.name.substr(1) %> = () =>
<div>
</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment