Skip to content

Commit 5ca26db

Browse files
committed
fix: 不要なimport削除
1 parent fcf7699 commit 5ca26db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/recap/components/user-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from "@/components/ui/dropdown-menu";
1010
import { useSession } from "next-auth/react";
1111
import type { FC } from "react";
12-
import { SignIn, SignOut } from "./auth-components";
12+
import { SignOut } from "./auth-components";
1313

1414
export const UserButton: FC = () => {
1515
const { data: session } = useSession();

0 commit comments

Comments
 (0)