From 71e6f2df8e992c8c5f007961b85be3963106b6fb Mon Sep 17 00:00:00 2001 From: Isaac-Shuman <137553610+Isaac-Shuman@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:43:07 -0700 Subject: [PATCH] add react-toastify to package.json still need to check if merge was successful --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 24d3082..cd2827a 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^5.2.0", "react-scripts": "5.0.1", + "react-toastify": "^10.0.4", "styled-components": "^6.1.1", "web-vitals": "^2.1.4", "xlsx": "^0.18.5"