diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-08 04:46:29 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-08 04:46:29 +0000 |
| commit | f62a63b8bb6ae9bca5b7636e1516d1ea11ceaa6b (patch) | |
| tree | 3f6f16305e4d540503ab2750ad1c4e2def2d517c | |
| parent | 3a63f2e3958738747d0be07cd5d37620aed83b37 (diff) | |
| parent | 29662765048f561af5ab0dc586a37bd80068b633 (diff) | |
Merged in Feature/new-cart-popup (pull request #221)
<iman> update location quotationHeader
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index b6cdb174..d44be5d2 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -5,7 +5,7 @@ import { createSlug } from '@/core/utils/slug'; import whatsappUrl from '@/core/utils/whatsappUrl'; import IndoteknikLogo from '@/images/logo.png'; import Cardheader from '@/lib/cart/components/Cartheader'; -import Quotationheader from '@/lib/quotation/components/QuotationHeader' +import Quotationheader from '../../../../../src/lib/quotation/components/QuotationHeader' import Category from '@/lib/category/components/Category'; import { useProductCartContext } from '@/contexts/ProductCartContext'; import { |
