From 902e5dabbb1ab0612764983c094af398e5f636ee Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 26 Jan 2023 17:02:02 +0700 Subject: Invoice and invoice detail --- src/pages/my/address/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pages/my/address/index.js') 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(); -- cgit v1.2.3