uneeded classname

pull/1342/head
yann300 3 years ago committed by davidzagi93@gmail.com
parent b3d23f63de
commit 257e98538c
  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