Created
May 9, 2017 09:51
-
-
Save jeongsd/33b05eb3096adbcf3c8a3a6742df872c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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