Skip to content

Commit 389c837

Browse files
[core] Remove useless comment in fixtures (mui#34581)
1 parent b396dcd commit 389c837

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/regressions/fixtures/AppBar/AppBarColorTransparent.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ const darkTheme = createTheme({
77
mode: 'dark',
88
},
99
});
10-
/**
11-
* how you used the components
12-
*/
10+
1311
export default function Demo() {
1412
return (
1513
<div style={{ backgroundColor: '#ffefd5' }}>

0 commit comments

Comments
 (0)