mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Add Settings 'page', gitHash, electron version in settings
This commit is contained in:
parent
80b279d3c3
commit
cb288e204d
11 changed files with 76 additions and 30 deletions
4
src/components/Settings.tsx
Normal file
4
src/components/Settings.tsx
Normal file
|
@ -0,0 +1,4 @@
|
|||
export default function Settings(props) {
|
||||
console.log(props);
|
||||
return (<p>Hi</p>);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue