finally building
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
'use client';
|
||||
import { signIn } from '@workspace/auth';
|
||||
import { Button } from '@workspace/ui/components/button';
|
||||
|
||||
export default function Login({ action }: { action: () => Promise<void> }) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Button } from '@workspace/ui/components/button';
|
||||
import { auth } from '@workspace/auth';
|
||||
import { auth } from '@/auth';
|
||||
|
||||
export default async function Studs({
|
||||
action,
|
||||
|
||||
Reference in New Issue
Block a user