From 7d55fc2e683e6b3bf7989ba18470503d1d67b3d2 Mon Sep 17 00:00:00 2001 From: trishnasharma Date: Thu, 27 Jul 2023 13:03:15 -0700 Subject: [PATCH] lint fix --- src/components/mainSection/mainSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mainSection/mainSection.tsx b/src/components/mainSection/mainSection.tsx index d70d983..ed47a15 100644 --- a/src/components/mainSection/mainSection.tsx +++ b/src/components/mainSection/mainSection.tsx @@ -1,5 +1,5 @@ import styles from '@/styles/mainSection/mainSection.module.scss'; -import { Calendar, Heart, UpArrow } from '@/assets/mainSection/misc'; +import { Heart, UpArrow } from '@/assets/mainSection/misc'; import Cow from './cow'; import WordCycle from './wordCycle'; import Clouds from './clouds';