mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
fix all imports for new structure
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { nanoid } from 'nanoid/non-secure';
|
||||
|
||||
import { NDSongQueryFields } from '/@/renderer/api/navidrome.types';
|
||||
import { QueryBuilderGroup } from '/@/renderer/types';
|
||||
import { NDSongQueryFields } from '/@/shared/api/navidrome.types';
|
||||
import { QueryBuilderGroup } from '/@/shared/types/types';
|
||||
|
||||
export const parseQueryBuilderChildren = (groups: QueryBuilderGroup[], data: any[]) => {
|
||||
if (groups.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user