mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
remove unused js
This commit is contained in:
@@ -4,10 +4,10 @@ import CloseIcon from '@material-ui/icons/Close'
|
|||||||
import { ArrowBack } from '@material-ui/icons'
|
import { ArrowBack } from '@material-ui/icons'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
|
|
||||||
const useStyles = makeStyles(theme => ({
|
const useStyles = makeStyles({
|
||||||
appBar: { position: 'relative' },
|
appBar: { position: 'relative' },
|
||||||
title: { marginLeft: '6px', flex: 1 },
|
title: { marginLeft: '6px', flex: 1 },
|
||||||
}))
|
})
|
||||||
|
|
||||||
export default function DialogHeader({ title, onClose, onBack }) {
|
export default function DialogHeader({ title, onClose, onBack }) {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
|
|||||||
Reference in New Issue
Block a user