Dave
This commit is contained in:
parent
d5087fc4e7
commit
8d558b2070
@ -2,14 +2,14 @@ import React, { useEffect } from 'react'
|
|||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
import { useRouter } from 'next/router'
|
import { useRouter } from 'next/router'
|
||||||
import { mdiBookOpenVariant, mdiArrowLeft, mdiInformation } from '@mdi/js'
|
import { mdiBookOpenVariant, mdiArrowLeft, mdiInformation } from '@mdi/js'
|
||||||
import LayoutAuthenticated from '../../../layouts/Authenticated'
|
import LayoutAuthenticated from '../../../../layouts/Authenticated'
|
||||||
import SectionMain from '../../../components/SectionMain'
|
import SectionMain from '../../../../components/SectionMain'
|
||||||
import SectionTitleLineWithButton from '../../../components/SectionTitleLineWithButton'
|
import SectionTitleLineWithButton from '../../../../components/SectionTitleLineWithButton'
|
||||||
import CardBox from '../../../components/CardBox'
|
import CardBox from '../../../../components/CardBox'
|
||||||
import { useAppDispatch, useAppSelector } from '../../../stores/hooks'
|
import { useAppDispatch, useAppSelector } from '../../../../stores/hooks'
|
||||||
import { fetchMangaDetails, fetchChapters } from '../../../stores/mangaSlice'
|
import { fetchMangaDetails, fetchChapters } from '../../../../stores/mangaSlice'
|
||||||
import BaseButton from '../../../components/BaseButton'
|
import BaseButton from '../../../../components/BaseButton'
|
||||||
import { getPageTitle } from '../../../config'
|
import { getPageTitle } from '../../../../config'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
|
|
||||||
const MangaDetailsPage = () => {
|
const MangaDetailsPage = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user