Skip to content

Commit

Permalink
refactor: Refactor SignButtonGroup component to import Button and Lin…
Browse files Browse the repository at this point in the history
…k from specific paths
  • Loading branch information
seonghunYang committed May 20, 2024
1 parent e6a148c commit d161298
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/ui/user/user-info-navigator/sign-button-group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { auth } from '@/app/business/user/user.query';
import SignOutButton from './sign-out-button';
import UserDeleteButton from './user-delete-button';
import SignInLinkButton from './sign-in-link-button';
import Button from '../../view/atom/button/button';
import Link from 'next/link';

export default async function SignButtonGroup() {
const userInfo = await auth();
Expand Down

0 comments on commit d161298

Please sign in to comment.