Skip to content

Commit 2e5b2a3

Browse files
committed
refact : 코드리뷰 반영 - 경로 수정
1 parent 8051fb0 commit 2e5b2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/auth/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use client';
22
import { Icon } from '@/shared/icons';
33
import { cn } from '@/shared/lib';
4-
import LoginButton from './components/LoginButton';
5-
import RecentLoginBubble from './components/RecentLoginBubble';
4+
import LoginButton from '@/pages/auth/components/LoginButton';
5+
import RecentLoginBubble from '@/pages/auth/components/RecentLoginBubble';
66

77
export default function LoginPage() {
88
const handleLoginClick = (platform: string) => alert(`${platform} 로그인`);

0 commit comments

Comments
 (0)