mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
Change TS import baseUrl
This commit is contained in:
@@ -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,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: {
|
||||
|
||||
Reference in New Issue
Block a user