Fix typo and remove unused imports
This commit is contained in:
parent
e93c4fc477
commit
7eed6e42cb
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
>
|
||||
{/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue