uneeded classname

pull/5370/head
yann300 3 years ago committed by davidzagi93@gmail.com
parent 842239cbe1
commit 334a404da6
  1. 2
      apps/solidity-compiler/src/app/app.tsx

@ -8,7 +8,7 @@ const remix = new CompilerClientApi()
export const App = () => {
return (
<div className="debugger">
<div>
<SolidityCompiler api={remix} />
</div>
);

Loading…
Cancel
Save