From 630da963b7b592853332b541b09ed6aefdec43d3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 25 Sep 2023 21:44:59 -0700 Subject: feat(list): error component --- src/lib/List/WatchingAnimeList.svelte | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'src/lib/List/WatchingAnimeList.svelte') diff --git a/src/lib/List/WatchingAnimeList.svelte b/src/lib/List/WatchingAnimeList.svelte index 02b35b01..bcb4f756 100644 --- a/src/lib/List/WatchingAnimeList.svelte +++ b/src/lib/List/WatchingAnimeList.svelte @@ -9,6 +9,7 @@ import settings from '../../stores/settings'; import { cleanCache, totalEpisodes, updateMedia } from '$lib/Media/anime'; import ListTitle from './Due/ListTitle.svelte'; + import Error from '$lib/Error.svelte'; export let user: AniListAuthorisation; export let identity: UserIdentity; @@ -112,18 +113,5 @@ {:catch} - + {/await} -- cgit v1.2.3