From 2a750559681384fed114a19fa5a88a211f56a3bf Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Wed, 13 Apr 2022 12:26:34 +0100 Subject: [PATCH] Removed unused component --- app/components/Home/HomeEdgeCasesSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/Home/HomeEdgeCasesSection.tsx b/app/components/Home/HomeEdgeCasesSection.tsx index a75c571..0190fac 100644 --- a/app/components/Home/HomeEdgeCasesSection.tsx +++ b/app/components/Home/HomeEdgeCasesSection.tsx @@ -1,5 +1,4 @@ import { AutoplayVideo } from "../AutoplayVideo"; -import { Body } from "../Primitives/Body"; import { ExtraLargeTitle } from "../Primitives/ExtraLargeTitle"; import { SmallSubtitle } from "../Primitives/SmallSubtitle"; import { HomeSection } from "./HomeSection";