refactor: update authentication imports in auth-form component to use signIn and signUp from OpenCut

This commit is contained in:
DevloperAmanSingh
2025-06-26 14:40:35 +05:30
parent 896f2ee554
commit 70352ced92

View File

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