mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor
This commit is contained in:
@@ -12,11 +12,11 @@ import ListItemText from '@material-ui/core/ListItemText'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import { echoHost } from 'utils/Hosts'
|
||||
import { ThemeProvider } from '@material-ui/core/styles'
|
||||
import { themeColors } from 'style/colors'
|
||||
import { mainColors } from 'style/colors'
|
||||
|
||||
import { lightTheme } from '../style/materialUISetup'
|
||||
|
||||
const { primary } = themeColors
|
||||
const { primary } = mainColors
|
||||
|
||||
export default function AboutDialog() {
|
||||
const { t } = useTranslation()
|
||||
|
||||
Reference in New Issue
Block a user