diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-26 17:02:02 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-26 17:02:02 +0700 |
| commit | 902e5dabbb1ab0612764983c094af398e5f636ee (patch) | |
| tree | b1b33fed082204be057c50053aee15eede6cce25 /src/pages/my/address | |
| parent | e340f5c4f4c47cde90e7676fcf71b55ef50e7c23 (diff) | |
Invoice and invoice detail
Diffstat (limited to 'src/pages/my/address')
| -rw-r--r-- | src/pages/my/address/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/my/address/index.js b/src/pages/my/address/index.js index dbe082ff..54e721b6 100644 --- a/src/pages/my/address/index.js +++ b/src/pages/my/address/index.js @@ -9,6 +9,7 @@ import WithAuth from "@/components/auth/WithAuth"; import apiOdoo from "@/core/utils/apiOdoo"; import { useAuth } from "@/core/utils/auth"; import { createOrUpdateItemAddress, getItemAddress } from "@/core/utils/address"; +import { toast } from "react-hot-toast"; export default function Address() { const router = useRouter(); |
