Commit 257e9853 authored by yann300's avatar yann300 Committed by davidzagi93@gmail.com

uneeded classname

parent b3d23f63
...@@ -8,7 +8,7 @@ const remix = new CompilerClientApi() ...@@ -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>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment