mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-26 21:42:29 +01:00
refactor: fixes linting errors components/SiteLinks(index.jsx
This commit is contained in:
parent
2a77a52ed2
commit
fde7ec15e9
@ -1,13 +1,10 @@
|
||||
import React from 'react'
|
||||
import { RouteHandler, Link } from 'react-router'
|
||||
import { prefixLink } from 'gatsby-helpers'
|
||||
import { config } from 'config'
|
||||
import './style.css'
|
||||
import '../../static/fonts/fontawesome/style.css'
|
||||
import React from 'react';
|
||||
import { config } from 'config';
|
||||
import './style.css';
|
||||
import '../../static/fonts/fontawesome/style.css';
|
||||
|
||||
class SiteLinks extends React.Component {
|
||||
render () {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="blog-links">
|
||||
<ul>
|
||||
@ -55,8 +52,8 @@ class SiteLinks extends React.Component {
|
||||
)}
|
||||
</ul>
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default SiteLinks
|
||||
export default SiteLinks;
|
||||
|
Loading…
Reference in New Issue
Block a user