From a14f71ed137cce254e1ddeeae44cd5d0b603b0cd Mon Sep 17 00:00:00 2001 From: Nazareno Oviedo Date: Mon, 18 Apr 2022 14:59:59 -0300 Subject: [PATCH] feat: fix --- src/components/sections/products/app/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/sections/products/app/index.tsx b/src/components/sections/products/app/index.tsx index cc69333..f5dd3b4 100644 --- a/src/components/sections/products/app/index.tsx +++ b/src/components/sections/products/app/index.tsx @@ -1,5 +1,4 @@ // import { Arrow } from '~/components/icons/arrow' -import clsx from 'clsx' import { Container } from '~/components/layout/container' import Section from '~/components/layout/section'