refactor: extract themes to their own folder
This commit is contained in:
@@ -14,7 +14,7 @@ import LockIcon from '@material-ui/icons/Lock'
|
||||
|
||||
import { Notification, useLogin, useNotify, useTranslate } from 'react-admin'
|
||||
|
||||
import { LightTheme } from './Themes'
|
||||
import { LightTheme } from '../themes'
|
||||
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
main: {
|
||||
|
||||
Reference in New Issue
Block a user