diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-07 16:11:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-07 16:11:30 +0700 |
| commit | 3bf7a3f59586105d4ee02a43b9c354b06083a7d3 (patch) | |
| tree | 387cb2ff7e98b343c6ddb91d9323d46e04192a0d /src | |
| parent | 43aee0ade51076a49ac998a1ae1357a12a03d31e (diff) | |
<iman> update error code
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 1 | ||||
| -rw-r--r-- | src/core/components/elements/Navbar/TopBanner.jsx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index e09c13c3..a09989a5 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -11,7 +11,6 @@ import { DocumentCheckIcon, HeartIcon, ArrowUpRightIcon, - ArrowUpRightIcon, } from '@heroicons/react/24/outline'; import dynamic from 'next/dynamic'; import Image from 'next/image'; diff --git a/src/core/components/elements/Navbar/TopBanner.jsx b/src/core/components/elements/Navbar/TopBanner.jsx index 28cfad21..265dfb5e 100644 --- a/src/core/components/elements/Navbar/TopBanner.jsx +++ b/src/core/components/elements/Navbar/TopBanner.jsx @@ -4,7 +4,6 @@ import odooApi from '@/core/api/odooApi'; import SmoothRender from '~/components/ui/smooth-render'; import Link from '../Link/Link'; import { useEffect } from 'react'; -import { useEffect } from 'react'; import { background } from '@chakra-ui/react'; const TopBanner = ({ onLoad }) => { |
