* cleanup

* fix template
This commit is contained in:
Aria Moradi
2021-12-19 18:02:02 +03:30
committed by GitHub
parent 2a7b0692e2
commit 83f025161b
6 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ import MangaDetails from 'components/MangaDetails';
import NavbarContext from 'components/context/NavbarContext';
import client from 'util/client';
import LoadingPlaceholder from 'components/util/LoadingPlaceholder';
import ChapterList from 'components/ChapterList';
import ChapterList from 'components/chapter/ChapterList';
import { useParams } from 'react-router-dom';
export default function Manga() {