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 @@
import create from 'zustand';
import { devtools } from 'zustand/middleware';
import { Platform } from 'types';
import { Platform } from '../../types';
export interface AppState {
currentPage: {
+2 -2
View File
@@ -2,7 +2,6 @@
import produce from 'immer';
import create from 'zustand';
import { devtools } from 'zustand/middleware';
import { setLocalStorageSettings } from 'renderer/utils';
import {
CrossfadeStyle,
PlaybackStyle,
@@ -10,7 +9,8 @@ import {
PlayerRepeat,
PlayerStatus,
Song,
} from 'types';
} from '../../types';
import { setLocalStorageSettings } from '../utils';
export interface PlayerState {
current: {