Fix typo and remove unused imports

This commit is contained in:
Daniele Salatti 2022-05-04 14:08:17 -07:00
parent e93c4fc477
commit 7eed6e42cb
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
import { NextSeo } from 'next-seo';
import Head from 'next/head';
import { useRouter } from 'next/router';
import { AppConfig } from '../utils/AppConfig';
@ -11,8 +10,6 @@ type IMetaProps = {
};
const Meta = (props: IMetaProps) => {
const router = useRouter();
return (
<>
<Head>

View File

@ -3,7 +3,7 @@ import { Section } from '../layout/Section';
const VerticalFeatures = () => (
<Section
title="Working in progress"
title="Work in progress"
description="We are working on this page. Please check back later."
>
{/*