mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-09 19:38:21 +02:00
build the thing even if it isnt working!
This commit is contained in:
@@ -31,6 +31,7 @@ export default function ChaptersSection(props: ChaptersSectionProps): ReactNode
|
||||
};
|
||||
|
||||
const setDownloadingFrom = (id: MangaConnectorId, value: boolean): Promise<void> => {
|
||||
console.log(id, value);
|
||||
return Promise.reject();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user