File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
web/src/modules/auth/components/client Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11'use client' ;
22import { faExclamationCircle } from '@fortawesome/free-solid-svg-icons' ;
33import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
4- import axios from 'axios' ;
54import Link from 'next/link' ;
65import { FC , useState } from 'react' ;
76import { useForm } from 'react-hook-form' ;
87import { toast } from 'react-hot-toast' ;
98
10- import { ErrorBalloon } from '@web/src/modules/shared/components/client/ErrorBalloon' ;
11-
9+ import ClientAxios from '@web/src/lib/axios/ClientAxios' ;
1210import {
1311 Input ,
1412 SubmitButton ,
1513} from '../../../shared/components/client/FormElements' ;
16- import ClientAxios from '@web/src/lib/axios/ClientAxios' ;
1714
1815type LoginFormData = {
1916 email : string ;
You can’t perform that action at this time.
0 commit comments