Skip to content

Commit 7f88c6d

Browse files
committed
Changed name of baseAPIClient.ts
1 parent 4a44fa2 commit 7f88c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/APIClients/authAPIClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from '../types/authTypes';
1111

1212
import AUTHENTICATED_USER_KEY from '../constants/AuthConstants';
13-
import baseAPIClient from './BaseAPIClient';
13+
import baseAPIClient from './baseAPIClient';
1414
import { getLocalStorageObjProperty, setLocalStorageObjProperty } from '../utils/LocalStorageUtils';
1515
import { signInWithEmailAndPassword, applyActionCode } from 'firebase/auth';
1616
import { auth } from '@/config/firebase';

0 commit comments

Comments
 (0)