This commit is contained in:
Maze Winther
2025-06-24 10:32:22 +02:00
21 changed files with 619 additions and 6820 deletions

View File

@ -1,7 +1,7 @@
"use client";
import { useRouter } from "next/navigation";
import { signUp, signIn } from "@/lib/auth-client";
import { signUp, signIn } from "@opencut/auth/client";
import { Button } from "@/components/ui/button";
import {
Card,