mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-07-30 00:19:49 +00:00
Fixed lint errors :D
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user