From 669a2d356f509734dc0dc1b261bbdc64f8831106 Mon Sep 17 00:00:00 2001 From: nhanluongoe Date: Thu, 11 Jan 2024 14:57:59 +0700 Subject: [PATCH] refactor: replacing goober with emotion --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1684127..4422af1 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "yaml": ">=2.2.2" }, "dependencies": { - "@emotion/css": "^11.11.2", - "@emotion/react": "^11.11.3" + "@emotion/react": "^11.11.3", + "@emotion/styled": "^11.11.0" } }