diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-24 08:49:05 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-24 08:49:05 +0700 |
| commit | 5214c9578aac1db612cd154cf04ee6d75750918d (patch) | |
| tree | 299d2fcee896df1a57abedf3e53089fe60486095 /src | |
| parent | 233f2501a7ad23bedb8d02b7a3e7762632108098 (diff) | |
<iman> update error code
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 0b2b6046..110d8b17 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -13,7 +13,7 @@ import PagePopupIformation from '~/modules/popup-information'; import CategoryPilihan from '../lib/home/components/CategoryPilihan'; import odooApi from '@/core/api/odooApi'; import { getAuth } from '~/libs/auth'; -import { getAuth } from '~/libs/auth'; +// import { getAuth } from '~/libs/auth'; const BasicLayout = dynamic(() => import('@/core/components/layouts/BasicLayout') |
