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

@ -34,7 +34,7 @@ import type {
RatingArgs,
} from '/@/renderer/api/types';
import { useAuthStore } from '/@/renderer/store';
import { toast } from '/@/renderer/components';
import { toast } from '/@/renderer/components/toast';
const getCoverArtUrl = (args: {
baseUrl: string;