From 8b9dc3f045ddf977ecc064eb2cb5b24eed2ca2bb Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 30 Jul 2024 11:38:21 -0400 Subject: [PATCH] axios added --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ce9f9bb..ff23659 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "next lint" }, "dependencies": { + "axios": "^1.7.2", "next": "14.2.5", "react": "^18", "react-dom": "^18",