File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { auth } from '@/lib/firebase';
88import { signInWithEmailAndPassword } from 'firebase/auth' ;
99import { useRouter } from 'next/navigation' ;
1010import { useState } from 'react' ;
11- import { signupWithGithub } from '@/api/ signup.api ' ;
11+ import { signupWithGithub } from '@/services/auth/ signup.service ' ;
1212
1313type LoginFormProps = {
1414 handleOpenModal : ( ) => void ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Link from 'next/link';
44import FormField from '@/components/auth/FormField' ;
55import { SignupValues , useSignupForm } from './useSignupForm' ;
66import { useRouter } from 'next/navigation' ;
7- import { signupWithEmail } from '@/api/ signup.api ' ;
7+ import { signupWithEmail } from '@/services/auth/ signup.service ' ;
88
99const toPayload = ( v : SignupValues ) => ( {
1010 nickname : v . nickname ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments