Commit 80b1f42f authored by yann300's avatar yann300

uneeded classname

parent 316ef152
...@@ -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