From 9e270f650d18753628cde0f2873fee42ab6d9442 Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Thu, 30 May 2024 16:03:14 +0900 Subject: [PATCH] =?UTF-8?q?refac:=20=EB=B9=8C=EB=93=9C=EB=AC=B8=EC=A0=9C?= =?UTF-8?q?=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wow-docs/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/wow-docs/app/page.tsx b/apps/wow-docs/app/page.tsx index 5bba9606..ca679a97 100644 --- a/apps/wow-docs/app/page.tsx +++ b/apps/wow-docs/app/page.tsx @@ -1,5 +1,6 @@ import { css } from "@styled-system/css/css"; import { UpArrow } from "wowds-icons"; +import Chip from "wowds-ui/Chip"; import Switch from "wowds-ui/Switch"; const Home = () => { @@ -16,7 +17,7 @@ const Home = () => { - + ); };