From 552c0dd15d8e780913b44ffb57e8e877783c7f31 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 21 Sep 2024 15:05:06 +0200 Subject: Add google analytics component --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 2e4f1de..4ea56df 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "next lint" }, "dependencies": { + "@next/third-parties": "^14.2.13", "next": "14.2.13", "react": "^18", "react-dom": "^18" -- cgit v1.3.1