Skip to content

Instantly share code, notes, and snippets.

@jeongsd
Created May 9, 2017 09:51
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 jeongsd/33b05eb3096adbcf3c8a3a6742df872c to your computer and use it in GitHub Desktop.
Save jeongsd/33b05eb3096adbcf3c8a3a6742df872c to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import styled from 'styled-components';
const Styled__placeholder__ = styled.div`
`;
class __placeholder__ extends Component {
static propTypes = {
};
static defaultProps = {
};
state = {
};
render() {
return (
<Styled__placeholder__>
</Styled__placeholder__>
);
}
}
export default __placeholder__;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment