Skip to content

Commit

Permalink
feat: GptAnalytics 정적 파트 구현
Browse files Browse the repository at this point in the history
- Pagination 작업 완료
- Css 작업 완료
- 실제 들어가는 내용 따라서 추가 작업 필요!
  • Loading branch information
krokerdile committed Nov 11, 2023
1 parent daa0166 commit 8ea1ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page/MainPage.jsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 8ea1ed3

Please sign in to comment.