Skip to content

Commit

Permalink
[core] Remove duplicate export (#39346)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 30, 2023
1 parent 96fffe4 commit 9ba725a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mui-material/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import * as colors from './colors';
export { colors };
export * from './styles';

// TODO remove, import directly from Base UI or create one folder per module
export * from './utils';

export { default as Accordion } from './Accordion';
Expand Down Expand Up @@ -409,8 +410,6 @@ export { default as useAutocomplete } from './useAutocomplete';
export { default as GlobalStyles } from './GlobalStyles';
export * from './GlobalStyles';

export { StyledEngineProvider } from './styles';

export { unstable_composeClasses } from '@mui/base/composeClasses';

export { default as generateUtilityClass } from './generateUtilityClass';
Expand Down

0 comments on commit 9ba725a

Please sign in to comment.