Skip to content

Commit 758fc41

Browse files
author
Sachin Maheshwari
committed
typo
1 parent ac54363 commit 758fc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/axiosWithAuth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from 'axios'
22
import store from '../config/store'
3-
import { getFreshToken, isTokenExpired } from 'tc-accounts'
3+
import { getFreshToken, isTokenExpired } from 'tc-auth-lib'
44
const { ACCOUNTS_APP_LOGIN_URL } = process.env
55

66
/**

0 commit comments

Comments
 (0)