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>);
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
import React from "react";
|
||||
|
||||
export default () => {
|
||||
<div>
|
||||
Hi
|
||||
</div>;
|
||||
};
|
1
src/components/index.ts
Normal file
1
src/components/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export { default as Settings } from "./Settings";
|
Reference in New Issue
Block a user