feat: migrated packages properly, using packages in web app

This commit is contained in:
Hyteq
2025-06-24 11:29:15 +03:00
parent e2872005fb
commit d25e1eaa1d
7 changed files with 5 additions and 36 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,