We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8051fb0 commit 2e5b2a3Copy full SHA for 2e5b2a3
src/pages/auth/index.tsx
@@ -1,8 +1,8 @@
1
'use client';
2
import { Icon } from '@/shared/icons';
3
import { cn } from '@/shared/lib';
4
-import LoginButton from './components/LoginButton';
5
-import RecentLoginBubble from './components/RecentLoginBubble';
+import LoginButton from '@/pages/auth/components/LoginButton';
+import RecentLoginBubble from '@/pages/auth/components/RecentLoginBubble';
6
7
export default function LoginPage() {
8
const handleLoginClick = (platform: string) => alert(`${platform} 로그인`);
0 commit comments