Handle database
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Manga, Volume } from "$lib/types/catalog";
|
||||
import type { Volume } from "$lib/upload";
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const currentManga = writable<Manga | undefined>(undefined);
|
||||
export const currentManga = writable<Volume[] | undefined>(undefined);
|
||||
export const currentVolume = writable<Volume | undefined>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user