From 8ea1ed37a56275be44b69975b335c92b453cf4b5 Mon Sep 17 00:00:00 2001 From: krokerdile Date: Sat, 11 Nov 2023 14:00:09 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20GptAnalytics=20=EC=A0=95=EC=A0=81=20?= =?UTF-8?q?=ED=8C=8C=ED=8A=B8=20=EA=B5=AC=ED=98=84=20-=20Pagination=20?= =?UTF-8?q?=EC=9E=91=EC=97=85=20=EC=99=84=EB=A3=8C=20-=20Css=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=EC=99=84=EB=A3=8C=20-=20=EC=8B=A4=EC=A0=9C=20?= =?UTF-8?q?=EB=93=A4=EC=96=B4=EA=B0=80=EB=8A=94=20=EB=82=B4=EC=9A=A9=20?= =?UTF-8?q?=EB=94=B0=EB=9D=BC=EC=84=9C=20=EC=B6=94=EA=B0=80=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=ED=95=84=EC=9A=94!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/MainPage.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/page/MainPage.jsx b/src/page/MainPage.jsx index 0cc5798..5cbcc78 100644 --- a/src/page/MainPage.jsx +++ b/src/page/MainPage.jsx @@ -1,6 +1,7 @@ import styled from "styled-components"; import GptAnalytics from "../components/GptAnalytics"; import ChatForm from "../components/ChatForm"; +import GptAnalytics from "../components/GptAnalytics"; const MainPage = () => { return (