From f7806323f4f54445ef25727876faf46859ba2009 Mon Sep 17 00:00:00 2001 From: Balazs Bajorics <2226774+balazsbajorics@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:42:05 +0200 Subject: [PATCH] removing unused Section import --- app/routes/_index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/routes/_index.jsx b/app/routes/_index.jsx index 71c25a3..3b2bcf7 100644 --- a/app/routes/_index.jsx +++ b/app/routes/_index.jsx @@ -7,7 +7,6 @@ import { import { Suspense } from 'react' import { Image, Money } from '@shopify/hydrogen' import { RecommendedProductsGrid } from '../components/Layout' -import { Section } from '/app/components/Components.jsx' /** * @type {MetaFunction}