Update chapter

This commit is contained in:
schroda
2024-12-09 02:38:37 +01:00
parent 916abd3bb1
commit 965aa7215c
9 changed files with 365 additions and 18 deletions
@@ -10,6 +10,7 @@ import { createContext, useContext } from 'react';
import { ReaderStateChapters } from '@/modules/reader/types/Reader.types.ts';
export const ReaderStateChaptersContext = createContext<ReaderStateChapters>({
mangaChapters: [],
chapters: [],
setReaderStateChapters: () => {},
});