mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
chore(withTheme): cleanup unused imports
This commit is contained in:
parent
a299a08e07
commit
9a176781e6
@ -1,15 +1,7 @@
|
||||
import { useEffect } from 'react'
|
||||
import { ThemeProvider, makeStyles } from '@material-ui/core/styles'
|
||||
import {
|
||||
createMuiTheme,
|
||||
useRefresh,
|
||||
useSetLocale,
|
||||
useVersion,
|
||||
} from 'react-admin'
|
||||
import { ThemeProvider } from '@material-ui/core/styles'
|
||||
import { createMuiTheme, useVersion } from 'react-admin'
|
||||
|
||||
import useCurrentTheme from '../themes/useCurrentTheme'
|
||||
import config from '../config'
|
||||
import { retrieveTranslation } from '../i18n'
|
||||
|
||||
const withTheme = (Component) => {
|
||||
const WithTheme = (props) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user