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 = () => { export const App = () => {
return ( return (
<div className="debugger"> <div>
<SolidityCompiler api={remix} /> <SolidityCompiler api={remix} />
</div> </div>
); );

Loading…
Cancel
Save