From 56a00d60c05539bc18304c43e1fb81bc6d4c8e9e Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 9 Sep 2021 09:26:11 +0200 Subject: [PATCH] uneeded classname --- apps/solidity-compiler/src/app/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/solidity-compiler/src/app/app.tsx b/apps/solidity-compiler/src/app/app.tsx index e5ace4d4c8..00ce99f3d7 100644 --- a/apps/solidity-compiler/src/app/app.tsx +++ b/apps/solidity-compiler/src/app/app.tsx @@ -8,7 +8,7 @@ const remix = new CompilerClientApi() export const App = () => { return ( -
+
);