From 8f6e0b759cbdbb94b152f1af0637bc2206abe315 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 29 Sep 2023 17:14:21 -0700 Subject: refactor(list): move to respective modules --- src/lib/List/Completed/WatchingAnimeList.svelte | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/lib/List/Completed/WatchingAnimeList.svelte (limited to 'src/lib/List/Completed/WatchingAnimeList.svelte') diff --git a/src/lib/List/Completed/WatchingAnimeList.svelte b/src/lib/List/Completed/WatchingAnimeList.svelte new file mode 100644 index 00000000..da48c32d --- /dev/null +++ b/src/lib/List/Completed/WatchingAnimeList.svelte @@ -0,0 +1,53 @@ + + + -- cgit v1.2.3