Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export const Byline = ({ children, attributes, style, position }) => {
return (
<span style="{style}">
{children}
</span>
)
}
render () {
const { children, repository, commit, view, spaceLeft } = this.props
return (
<div>
<nav>
</nav>
<div>
{children}
</div>
</div>
)
}
}
export const LSpan = ({ black, white, ...props }) => (
<span>
)
</span>
const TitleBlock = ({ children, attributes, center, margin }) => {
return (
<section style="{{">
{children}
</section>
)
}