mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-04-23 20:00:57 +08:00
fix(build): fix invalid syntax that broke build (#17)
The build and `npm install` were breaking. In addition npm start to put a deprecation message regarding `prepublish` scripts.
This commit is contained in:
committed by
Danilo Woznica
parent
6f7e55f636
commit
3bc4a1a841
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
import Wrap from '../Wrap'
|
||||
|
||||
const CodeStyle = props =>
|
||||
return (
|
||||
const CodeStyle = props => {
|
||||
return (
|
||||
<Wrap {...props}>
|
||||
<rect x="0" y="0" rx="3" ry="3" width="70" height="10" />
|
||||
<rect x="80" y="0" rx="3" ry="3" width="100" height="10" />
|
||||
|
||||
Reference in New Issue
Block a user