From ecc077f15300a813f718861917a7846f5b902e04 Mon Sep 17 00:00:00 2001 From: owain Date: Sat, 6 Jun 2026 14:48:50 +0100 Subject: [PATCH] Fix package.json trailing comma --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ca408ce..025339e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "zustand": "^4.5.2", "@tanstack/react-query": "^5.40.0", "axios": "^1.7.2", - "react-dropzone": "^14.2.3", + "react-dropzone": "^14.2.3" }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", @@ -29,4 +29,4 @@ "postcss": "^8.4.38", "tailwindcss": "^3.4.4" } -} +} \ No newline at end of file