/** * Theming components, re-exported so consumers never import them from MUI. * * Kept in a dedicated module that exports components only, so the * `react-refresh/only-export-components` heuristic stays happy. */ export { ThemeProvider } from '@mui/material/styles'; export { default as CssBaseline } from '@mui/material/CssBaseline';