uneeded classname

pull/5370/head
yann300 3 years ago
parent d5aaf548bd
commit c8018b6648
  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