From 89945ea8c7e1be68722463b8a9b10bc981604339 Mon Sep 17 00:00:00 2001 From: Leejha <57664427+Leejha@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:10:47 +0900 Subject: [PATCH] =?UTF-8?q?[JR-609]=20=EB=A9=94=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=ED=8D=BC=EB=B8=94=EB=A6=AC=EC=8B=B1=20(#1?= =?UTF-8?q?24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: navigation typography 추가 * feat: theme 추가 사항 반영 * feat: 디자인 수정사항 반영 * feat: 메인 페이지 인기있는 술 투표 퍼블리싱 --- apps/jurumarble/src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/jurumarble/src/app/page.tsx b/apps/jurumarble/src/app/page.tsx index 1f30c9b6..14250f8e 100644 --- a/apps/jurumarble/src/app/page.tsx +++ b/apps/jurumarble/src/app/page.tsx @@ -6,7 +6,6 @@ import Image from "next/image"; import { EmptyAImg } from "public/images"; import styled, { css } from "styled-components"; import Carousel from "./main/components/Carousel"; - function Main() { return (