chore: change eslint & prettier config
This commit is contained in:
parent
fc827d74fe
commit
b43871c516
103 changed files with 3581 additions and 3543 deletions
|
@ -3,16 +3,16 @@ import styled from "styled-components"
|
|||
import buttonStyle from "../../styles/button"
|
||||
|
||||
const Button = styled.button`
|
||||
${buttonStyle}
|
||||
${buttonStyle}
|
||||
|
||||
/* center div */
|
||||
/* center div */
|
||||
margin: 0 auto;
|
||||
`
|
||||
|
||||
interface Props {
|
||||
action(): void
|
||||
action(): void
|
||||
}
|
||||
|
||||
export default (props: Props) => {
|
||||
return <Button onClick={props.action}>Show more posts</Button>
|
||||
return <Button onClick={props.action}>Show more posts</Button>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue