Fix toast dependency cycle

This commit is contained in:
jeffvli 2022-12-20 04:11:18 -08:00
parent c858479d57
commit e0883e7eb0
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import { useAuthStore } from '/@/renderer/store';
import { navidromeApi } from '/@/renderer/api/navidrome.api';
import { toast } from '/@/renderer/components';
import { toast } from '/@/renderer/components/toast';
import type {
AlbumDetailArgs,
RawAlbumDetailResponse,