theme: rename compat -> unified
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Philipp Hugenroth
parent
2c2e98562c
commit
ac45497e1e
@@ -20,7 +20,7 @@
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export * from './compat';
|
||||
export * from './unified';
|
||||
export * from './base';
|
||||
export * from './v4';
|
||||
export * from './v5';
|
||||
|
||||
@@ -21,7 +21,7 @@ import { Overrides } from '@material-ui/core/styles/overrides';
|
||||
import { SimpleThemeOptions } from './types';
|
||||
import { createBaseThemeOptions } from '../base';
|
||||
import { defaultComponentThemes } from '../v5';
|
||||
import { transformV5ComponentThemesToV4 } from '../compat/overrides';
|
||||
import { transformV5ComponentThemesToV4 } from '../unified/overrides';
|
||||
|
||||
/**
|
||||
* An old helper for creating MUI v4 theme options.
|
||||
|
||||
Reference in New Issue
Block a user