remove unused var

This commit is contained in:
Thomas Ruoff
2022-04-03 23:21:47 +02:00
parent e5d6ce75e0
commit aaf87d1a50

View File

@@ -2,8 +2,6 @@ import Link from 'next/link'
import Layout from '../components/layout'
export default function Home() {
const hello = 'fooo'
return (
<Layout>
<div className="mt-6 sm:text-center">