Update prettier to 1.13.0
This commit is contained in:
parent
21b6740e8b
commit
9529af55c7
9 changed files with 56 additions and 41 deletions
|
@ -6,4 +6,7 @@ const mapDispatch = {
|
|||
onClick: toggleMenu
|
||||
};
|
||||
|
||||
export default connect(null, mapDispatch)(Navicon);
|
||||
export default connect(
|
||||
null,
|
||||
mapDispatch
|
||||
)(Navicon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue