Skip to content

Commit

Permalink
Fix inconsistent variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 11, 2021
1 parent 16c42f7 commit 1568c0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export function getScopedCssBaselineUtilityClass(slot: string): string {
return generateUtilityClass('MuiScopedCssBaseline', slot);
}

const ScopedCssBaselineClasses = generateUtilityClasses('MuiScopedCssBaseline', ['root']);
const scopedCssBaselineClasses = generateUtilityClasses('MuiScopedCssBaseline', ['root']);

export default ScopedCssBaselineClasses;
export default scopedCssBaselineClasses;

0 comments on commit 1568c0e

Please sign in to comment.