fix(issue): Address issue #109 - [FEATURE] Refactor Component Logic by Using Custom Hooks for Cleaner Code
This commit is contained in:
parent
bc3fbabfb2
commit
c0684ca62d
|
|
@ -1,7 +1,7 @@
|
|||
"use client";
|
||||
|
||||
import { useRouter } from "next/navigation";
|
||||
import { signUp, signIn } from "@opencut/auth/client";
|
||||
import { useAuth } from '@/hooks/useAuth';
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
Card,
|
||||
|
|
|
|||
Loading…
Reference in New Issue