This commit is contained in:
Aria Moradi
2021-10-30 16:16:36 +03:30
parent 51008b7ee4
commit 78f70a38be
3 changed files with 12 additions and 12 deletions

View File

@@ -13,8 +13,8 @@ import cloneObject from 'util/cloneObject';
import EmptyView from 'components/util/EmptyView';
import LoadingPlaceholder from 'components/util/LoadingPlaceholder';
import TabPanel from 'components/util/TabPanel';
import LibraryOptions from '../../components/library/LibraryOptions';
import LibraryMangaGrid from '../../components/library/LibraryMangaGrid';
import LibraryOptions from 'components/library/LibraryOptions';
import LibraryMangaGrid from 'components/library/LibraryMangaGrid';
interface IMangaCategory {
category: ICategory