Add Settings 'page', gitHash, electron version in settings
This commit is contained in:
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>);
|
||||
}
|
Reference in New Issue
Block a user