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,4 +1,4 @@
import { api } from 'renderer/lib';
import { api } from '../lib';
import { AlbumsResponse, BasePaginationRequest } from './types';
export interface AlbumsRequest extends BasePaginationRequest {
+1 -1
View File
@@ -1,4 +1,4 @@
import { api } from 'renderer/lib';
import { api } from '../lib';
const getServers = async () => {
const { data } = await api.get<any[]>('/servers');
+1 -1
View File
@@ -1,4 +1,4 @@
import { api } from 'renderer/lib';
import { api } from '../lib';
import { UserResponse } from './types';
const getUsers = async () => {