mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
remove unused component
This commit is contained in:
parent
ce675e45c6
commit
cbf5e09f44
@ -1,16 +0,0 @@
|
|||||||
import { useState } from 'react'
|
|
||||||
|
|
||||||
function Versions() {
|
|
||||||
const [versions] = useState(window.electron.process.versions)
|
|
||||||
|
|
||||||
return (
|
|
||||||
<ul className="versions">
|
|
||||||
<li className="electron-version">Electron v{versions.electron}</li>
|
|
||||||
<li className="chrome-version">Chromium v{versions.chrome}</li>
|
|
||||||
<li className="node-version">Node v{versions.node}</li>
|
|
||||||
<li className="v8-version">V8 v{versions.v8}</li>
|
|
||||||
</ul>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
export default Versions
|
|
Loading…
x
Reference in New Issue
Block a user