'use client'; import { signIn } from '@workspace/auth'; import { Button } from '@workspace/ui/components/button'; export default function Login({ logIn }: { logIn: () => Promise }) { return (
); }