Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] Refactor default exports to named exports #43702

Commits on Sep 11, 2024

  1. [bugfix] Refactor default exports to named exports

    Replaced all default exports with named exports to improve module consistency and tree-shaking capabilities. This change ensures uniform export style across the codebase and aids in better maintainability and IDE auto-completion.
    
    Bug Report: mui#43685
    morozow committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c3b5825 View commit details
    Browse the repository at this point in the history