Skip to content

Commit

Permalink
[core] Remove useless comment in fixtures (#34581)
Browse files Browse the repository at this point in the history
  • Loading branch information
urielgarciarivas committed Oct 3, 2022
1 parent b396dcd commit 389c837
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 389c837

Please sign in to comment.