Skip to content

Commit f66432d

Browse files
committed
fix : 파일 구조 수정
1 parent 1f457d1 commit f66432d

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

File renamed without changes.

src/app/(main)/_components/root-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { Button } from "@/components/ui/button";
44
import { Input } from "@/components/ui/input";
5-
import LoginDialogTrigger from "@/lib/login-dialog-trigger";
5+
import LoginDialogTrigger from "@/app/(main)/_components/login-dialog-trigger";
66
import { useUserStore } from "@/providers/user-store-provider";
77
import { useRootInputStore } from "@/stores/root-input-store";
88
import { ArrowRight, Loader } from "lucide-react";

src/app/(main)/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ import HeroSection from "./_components/hero-section";
44
export default async function Home() {
55
return (
66
<>
7-
{/* HeroSection 먼저 렌더링 */}
8-
97
<HeroSection />
108
<TutorialSection />
11-
{/* GallerySection은 준비되면 바로 렌더링 */}
129
</>
1310
);
1411
}

0 commit comments

Comments
 (0)