From 59bd8521faf060fc6cd75ac043b5145908f361de Mon Sep 17 00:00:00 2001 From: Daniele Salatti Date: Tue, 3 May 2022 23:50:53 -0700 Subject: [PATCH] Remove unused import --- src/templates/Hero.tsx | 1 - src/templates/VerticalFeatures.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/templates/Hero.tsx b/src/templates/Hero.tsx index ee11057..fe02797 100644 --- a/src/templates/Hero.tsx +++ b/src/templates/Hero.tsx @@ -1,7 +1,6 @@ import Link from 'next/link'; import { Background } from '../background/Background'; -import { Button } from '../button/Button'; import { HeroOneButton } from '../hero/HeroOneButton'; import { Section } from '../layout/Section'; import { NavbarTwoColumns } from '../navigation/NavbarTwoColumns'; diff --git a/src/templates/VerticalFeatures.tsx b/src/templates/VerticalFeatures.tsx index b763cb2..049fbad 100644 --- a/src/templates/VerticalFeatures.tsx +++ b/src/templates/VerticalFeatures.tsx @@ -1,4 +1,4 @@ -import { VerticalFeatureRow } from '../feature/VerticalFeatureRow'; +//import { VerticalFeatureRow } from '../feature/VerticalFeatureRow'; import { Section } from '../layout/Section'; const VerticalFeatures = () => (