fix comments from @bunsenstraat
parent
84535d4071
commit
8049e5dca9
@ -1,16 +1,8 @@ |
|||||||
import React, { useEffect, useState } from "react" |
import React, { useEffect, useState } from "react"; |
||||||
import { SolHint } from "./SolhintPluginClient" |
import { SolHint } from "./SolhintPluginClient"; |
||||||
|
|
||||||
|
const client = new SolHint(); |
||||||
const client = new SolHint() |
|
||||||
|
|
||||||
export default function App() { |
export default function App() { |
||||||
|
return <></>; |
||||||
return ( |
} |
||||||
<> |
|
||||||
<div className=""> |
|
||||||
|
|
||||||
</div> |
|
||||||
</> |
|
||||||
) |
|
||||||
} |
|
||||||
|
Loading…
Reference in new issue