mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-27 14:01:15 +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 React from 'react';
|
||||||
import { RouteHandler, Link } from 'react-router'
|
import { config } from 'config';
|
||||||
import { prefixLink } from 'gatsby-helpers'
|
import './style.css';
|
||||||
import { config } from 'config'
|
import '../../static/fonts/fontawesome/style.css';
|
||||||
import './style.css'
|
|
||||||
import '../../static/fonts/fontawesome/style.css'
|
|
||||||
|
|
||||||
class SiteLinks extends React.Component {
|
class SiteLinks extends React.Component {
|
||||||
render () {
|
render() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="blog-links">
|
<div className="blog-links">
|
||||||
<ul>
|
<ul>
|
||||||
@ -55,8 +52,8 @@ class SiteLinks extends React.Component {
|
|||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default SiteLinks
|
export default SiteLinks;
|
||||||
|
Loading…
Reference in New Issue
Block a user