Skip to content

Commit

Permalink
[core] Remove useless comment in fixtures (mui#34581)
Browse files Browse the repository at this point in the history
  • Loading branch information
urielgarciarivas authored and alexfauquette committed Oct 14, 2022
1 parent b305532 commit 8bc2234
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/regressions/fixtures/AppBar/AppBarColorTransparent.js
Expand Up @@ -7,9 +7,7 @@ const darkTheme = createTheme({
mode: 'dark',
},
});
/**
* how you used the components
*/

export default function Demo() {
return (
<div style={{ backgroundColor: '#ffefd5' }}>
Expand Down

0 comments on commit 8bc2234

Please sign in to comment.