From 7eed6e42cbc01d3ac1aa94df5d93a6a3bb201963 Mon Sep 17 00:00:00 2001 From: Daniele Salatti Date: Wed, 4 May 2022 14:08:17 -0700 Subject: [PATCH] Fix typo and remove unused imports --- src/layout/Meta.tsx | 3 --- src/templates/VerticalFeatures.tsx | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/layout/Meta.tsx b/src/layout/Meta.tsx index de4169e..9628a59 100644 --- a/src/layout/Meta.tsx +++ b/src/layout/Meta.tsx @@ -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 ( <> diff --git a/src/templates/VerticalFeatures.tsx b/src/templates/VerticalFeatures.tsx index 049fbad..07d8c43 100644 --- a/src/templates/VerticalFeatures.tsx +++ b/src/templates/VerticalFeatures.tsx @@ -3,7 +3,7 @@ import { Section } from '../layout/Section'; const VerticalFeatures = () => (
{/*