Fixed lint errors :D

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-01-05 00:56:27 +01:00
parent e255554262
commit 42b7ef1b2c
16 changed files with 230 additions and 229 deletions

View File

@ -1,17 +1,10 @@
import React from 'react'
import { PhoneCall, Mail, GitHub, Twitter, Linkedin } from 'react-feather'
import Link from 'next/link'
import { GitHub, Linkedin, Mail, PhoneCall, Twitter } from 'react-feather'
import config from '../config'
interface Props {}
interface States {}
export default class Footer extends React.Component<Props, States> {
constructor(props: Props) {
super(props)
}
render() {
export default class Footer extends React.Component<{}, {}> {
public render() {
return (
<footer>
<div className="pre"></div>