From df1667ccedd949a7780fa42fd4230957c744d815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uriel=20Garc=C3=ADa-Rivas?= Date: Mon, 3 Oct 2022 05:38:56 -0500 Subject: [PATCH] [core] Remove useless comment in fixtures (#34581) --- test/regressions/fixtures/AppBar/AppBarColorTransparent.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/regressions/fixtures/AppBar/AppBarColorTransparent.js b/test/regressions/fixtures/AppBar/AppBarColorTransparent.js index 524fc4a3ba848d..e1a9d190e7bdee 100644 --- a/test/regressions/fixtures/AppBar/AppBarColorTransparent.js +++ b/test/regressions/fixtures/AppBar/AppBarColorTransparent.js @@ -7,9 +7,7 @@ const darkTheme = createTheme({ mode: 'dark', }, }); -/** - * how you used the components - */ + export default function Demo() { return (