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