Skip to content

Instantly share code, notes, and snippets.

@amaankulshreshtha
Created January 30, 2020 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amaankulshreshtha/b5e772731fe5c0222f6d96c20eeaf74b to your computer and use it in GitHub Desktop.
Save amaankulshreshtha/b5e772731fe5c0222f6d96c20eeaf74b to your computer and use it in GitHub Desktop.
Plop Template for index file
import React from 'react';
import { {{ pascalCase name }}Container } from './index.styles';
export default {{ pascalCase name }} = () => {
return (
<{{ pascalCase name}}Container></{{ pascalCase name}}Container>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment