Last active
June 9, 2020 03:23
-
-
Save dirty49374/b2a367922572dc790d628a5e2ac46794 to your computer and use it in GitHub Desktop.
react template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%_ 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