Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Gereksiz değerler silindi
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberktandogan committed Jul 10, 2020
1 parent 3ade367 commit a9daa2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { useGlobal } from 'reactn'

import { Box, makeStyles } from '@material-ui/core'
import { makeStyles } from '@material-ui/core'
import Typography from '@material-ui/core/Typography'

import FooterItems from '../../config/footer_items'
Expand Down
1 change: 0 additions & 1 deletion src/pages/manga-episode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function MangaEpisodePage(props) {
})
const [activePageNumber, setActivePageNumber] = useState(1)
const [settings] = useGlobal('settings')
const [mobile] = useGlobal('mobile')
const setSettings = useDispatch('setSettings')

const NavigatorRef = useRef()
Expand Down

0 comments on commit a9daa2d

Please sign in to comment.