From 4c7b6e1b3414d40cfe40e086717bf72c7b1fa922 Mon Sep 17 00:00:00 2001 From: Eunji <129590633+bianbbc87@users.noreply.github.com> Date: Wed, 8 May 2024 04:05:36 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Feat=20-=20notion=20api=EC=9A=A9=20@no?= =?UTF-8?q?tionhq/client=20=ED=8C=A8=ED=82=A4=EC=A7=80=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20#44?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6195392..3106ec0 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "next lint" }, "dependencies": { + "@notionhq/client": "^2.2.15", "clsx": "^2.1.0", "framer-motion": "^11.1.7", "next": "14.1.3",