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,15 +1,10 @@
|
||||
import React from 'react'
|
||||
import Link from 'next/link'
|
||||
import React from 'react'
|
||||
|
||||
import config from '../config'
|
||||
|
||||
interface Props {
|
||||
}
|
||||
|
||||
export default class Menu extends React.Component<Props, {}> {
|
||||
constructor(props: Props) {
|
||||
super(props)
|
||||
}
|
||||
render() {
|
||||
export default class Menu extends React.Component<{}, {}> {
|
||||
public render() {
|
||||
return (
|
||||
<ul>
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user