Change TS import baseUrl

This commit is contained in:
jeffvli
2022-07-30 17:44:57 -07:00
parent df5f8c08f3
commit bb4576390d
49 changed files with 106 additions and 128 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* eslint-disable no-underscore-dangle */
import Axios from 'axios';
import { authApi } from 'renderer/api/authApi';
import { authApi } from '../api/authApi';
export const api = Axios.create({
headers: {