mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-22 03:44:34 +02:00
fix lint
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import { ItemDetailListCellProps } from './types';
|
import { ItemDetailListCellProps } from './types';
|
||||||
|
|
||||||
import { resolveSongPath } from '/@/renderer/utils/resolve-song-path';
|
import { resolveSongPath } from '/@/renderer/utils/resolve-song-path';
|
||||||
|
|
||||||
export const PathColumn = ({ song }: ItemDetailListCellProps) =>
|
export const PathColumn = ({ song }: ItemDetailListCellProps) =>
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ import isElectron from 'is-electron';
|
|||||||
import { useCallback } from 'react';
|
import { useCallback } from 'react';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
|
|
||||||
|
import { resolveSongPath } from '/@/renderer/utils/resolve-song-path';
|
||||||
import { ContextMenu } from '/@/shared/components/context-menu/context-menu';
|
import { ContextMenu } from '/@/shared/components/context-menu/context-menu';
|
||||||
import { toast } from '/@/shared/components/toast/toast';
|
import { toast } from '/@/shared/components/toast/toast';
|
||||||
import { resolveSongPath } from '/@/renderer/utils/resolve-song-path';
|
|
||||||
import { QueueSong, Song } from '/@/shared/types/domain-types';
|
import { QueueSong, Song } from '/@/shared/types/domain-types';
|
||||||
|
|
||||||
interface ShowInFileExplorerActionProps {
|
interface ShowInFileExplorerActionProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user