fix merge

This commit is contained in:
jeffvli
2025-11-07 12:45:17 -08:00
parent 5ed058dc21
commit 3e20278adc
5 changed files with 3 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { PlaylistListFilter, SongListFilter } from '/@/renderer/store/list.store
import { DataTableProps } from '/@/renderer/store/settings.store';
import { mergeOverridingColumns } from '/@/renderer/store/utils';
import { PlaylistListSort, SortOrder } from '/@/shared/types/domain-types';
import { ListDisplayType, TableColumn, ListPagination } from '/@/shared/types/types';
import { ListDisplayType, ListPagination, TableColumn } from '/@/shared/types/types';
export interface PlaylistSlice extends PlaylistState {
actions: {