From d06f53323ba3bd0cd1e52fa139aeccbd3e3945ab Mon Sep 17 00:00:00 2001 From: Buyankhuu Tsolmonkhuu Date: Thu, 18 Jan 2024 00:14:24 -0800 Subject: [PATCH] fixed prettier --- src/app/storefront/StoreFrontNavBar.tsx | 2 +- src/app/storefront/page.tsx | 10 +--------- src/components/NavBarFolder/NavBar.tsx | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/storefront/StoreFrontNavBar.tsx b/src/app/storefront/StoreFrontNavBar.tsx index 06c697c3..49c271db 100644 --- a/src/app/storefront/StoreFrontNavBar.tsx +++ b/src/app/storefront/StoreFrontNavBar.tsx @@ -66,7 +66,7 @@ export default function StoreFrontNavBar(props: { ([]); diff --git a/src/components/NavBarFolder/NavBar.tsx b/src/components/NavBarFolder/NavBar.tsx index f3422c75..f15e7576 100644 --- a/src/components/NavBarFolder/NavBar.tsx +++ b/src/components/NavBarFolder/NavBar.tsx @@ -1,6 +1,6 @@ import Image from 'next/image'; import Link from 'next/link'; -import React, { useEffect, useState, FC } from 'react'; +import React, { useEffect, useState } from 'react'; import { totalNumberOfItemsInCart } from '../../api/supabase/queries/cart_queries';