mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-07 21:21:40 +00:00
remove barrel files in renderer
This commit is contained in:
parent
34b728c86d
commit
b685ec370a
109 changed files with 187 additions and 216 deletions
|
|
@ -4,7 +4,8 @@ import { useTranslation } from 'react-i18next';
|
|||
import { useParams } from 'react-router';
|
||||
|
||||
import { artistsQueries } from '/@/renderer/features/artists/api/artists-api';
|
||||
import { LibraryHeader, useSetRating } from '/@/renderer/features/shared';
|
||||
import { LibraryHeader } from '/@/renderer/features/shared/components/library-header';
|
||||
import { useSetRating } from '/@/renderer/features/shared/mutations/set-rating-mutation';
|
||||
import { AppRoute } from '/@/renderer/router/routes';
|
||||
import { useCurrentServer } from '/@/renderer/store';
|
||||
import { formatDurationString } from '/@/renderer/utils';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue